osmo-pcu: Bump version number and requirements as well

The interface has not knowingly changed but it is good to
have comparable versions installed.
This commit is contained in:
Holger Hans Peter Freyther 2014-03-21 16:12:45 +01:00
parent 9ae58a33bf
commit 7c453471f1
1 changed files with 2 additions and 2 deletions

View File

@ -4,14 +4,14 @@ LIC_FILES_CHKSUM="file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "git://git.osmocom.org/osmo-pcu.git;protocol=git;branch=sysmocom/master"
SRCREV = "59fe8f79ccf3c0434fca90089a2a6bab64205d87"
PV = "0.3+git${SRCPV}"
PV = "0.4+git${SRCPV}"
PR = "r2.${META_TELEPHONY_OSMO_INC}"
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.4.0)"
EXTRA_OECONF_sysmobts-v2 += "--enable-sysmocom-bts --enable-sysmocom-dsp"