osmo-pcu: make sure to use RDEPENDS to osmo-bts with PCU IF v5

As Holger points out, we need a runtime dependency, not build time
This commit is contained in:
Harald Welte 2013-03-17 17:35:56 +01:00
parent 7cb8c8d1b5
commit 2bae25e4cd
1 changed files with 5 additions and 2 deletions

View File

@ -5,10 +5,13 @@ LIC_FILES_CHKSUM="file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "git://git.osmocom.org/osmo-pcu.git;protocol=git;branch=jolly_merge"
SRCREV = "81a12be317bb5d2ad13bc27be1b2b1cb1605f4de"
PV = "0.2+git${SRCPV}"
PR = "r1.${META_TELEPHONY_OSMO_INC}"
PR = "r2.${META_TELEPHONY_OSMO_INC}"
S = "${WORKDIR}/git"
DEPENDS = "libosmocore femtobts-api osmo-bts >= 0.2.0"
DEPENDS = "libosmocore femtobts-api osmo-bts"
# This implements PCU Interface v5 (GPRS RSSI)
RDEPENDS_${PN} = "osmo-bts >= 0.2.0"
EXTRA_OECONF_sysmobts-v2 += "--enable-sysmocom-bts --enable-sysmocom-dsp"