task-sysmocom-bts: Support sysmoBTS2100 without osmo-bts-remote

This commit is contained in:
Harald Welte 2017-06-11 19:13:36 +02:00 committed by Harald Welte
parent ce14de5afa
commit da1fb1b014
1 changed files with 1 additions and 2 deletions

View File

@ -16,11 +16,10 @@ UTIL_sysmobts2100 = "gpsd gps-utils"
# 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 \
osmo-bts-remote \
osmo-pcu \ osmo-pcu \
lmsensors-scripts \ lmsensors-scripts \
sysmobts-config \
${CALIB} \ ${CALIB} \
${UTIL} \ ${UTIL} \
" "
RDEPENDS_${PN}_append_sysmobts-v2 = " osmo-bts-remote sysmobts-config"
PACKAGE_ARCH = "${MACHINE_ARCH}" PACKAGE_ARCH = "${MACHINE_ARCH}"