From 2bae25e4cdccc7c12e6c84f6c09fdaefc5b09680 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 17 Mar 2013 17:35:56 +0100 Subject: [PATCH] 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 --- recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb b/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb index a4e4e43..a407706 100644 --- a/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb +++ b/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb @@ -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"