task-sysmocom-bts: Include sbts2050-util on sysmobts-2050

This commit is contained in:
Harald Welte 2013-10-04 23:39:44 +02:00
parent e003221b02
commit e9ead4c0f3
1 changed files with 5 additions and 1 deletions

View File

@ -4,11 +4,14 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
DEPENDS = "virtual/kernel" DEPENDS = "virtual/kernel"
ALLOW_EMPTY_${PN} = "1" ALLOW_EMPTY_${PN} = "1"
PR = "r19" PR = "r20"
CALIB = "" CALIB = ""
CALIB_sysmobts-v2 = "sysmobts-calib sysmobts-util" CALIB_sysmobts-v2 = "sysmobts-calib sysmobts-util"
UTIL = ""
UTIL_sysmobts-2050 = "sbts2050-util"
# TODO: re-add femtobts-calib after it went through the API migration # TODO: re-add femtobts-calib after it went through the API migration
RDEPENDS_${PN} = "\ RDEPENDS_${PN} = "\
osmo-bts \ osmo-bts \
@ -16,5 +19,6 @@ RDEPENDS_${PN} = "\
osmo-pcu \ osmo-pcu \
lmsensors-scripts \ lmsensors-scripts \
${CALIB} \ ${CALIB} \
${UTIL} \
" "
PACKAGE_ARCH = "${MACHINE_ARCH}" PACKAGE_ARCH = "${MACHINE_ARCH}"