osmo-pcu: Use parenthesis for osmo-bts version in RDEPENDS

This commit is contained in:
Harald Welte 2013-03-17 17:42:00 +01:00
parent 2bae25e4cd
commit c793b65258
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ S = "${WORKDIR}/git"
DEPENDS = "libosmocore femtobts-api osmo-bts"
# This implements PCU Interface v5 (GPRS RSSI)
RDEPENDS_${PN} = "osmo-bts >= 0.2.0"
RDEPENDS_${PN} = "osmo-bts (>= 0.2.0)"
EXTRA_OECONF_sysmobts-v2 += "--enable-sysmocom-bts --enable-sysmocom-dsp"