Revert "osmo-bts: Depend on a specific version of the sysmobts-firmware"

This doesn't work like this. We need to know the _exact_ PV/PR
of the package and we don't. Specially with the PR server in dora
and later we can not know the version.

This reverts commit 767d7b6939.
This commit is contained in:
Holger Hans Peter Freyther 2014-06-22 10:28:11 +02:00
parent eadc4c5278
commit bf0c0ad287
1 changed files with 3 additions and 2 deletions

View File

@ -7,12 +7,13 @@ SRC_URI = "git://git.osmocom.org/osmo-bts.git;protocol=git;branch=sysmocom/featu
SRCREV_osmobts = "a7f9b58e44fa7119e7113269765302a0b8a619d5"
SRCREV_openbsc = "421365eeaa104a9781214f9e12c55023c1099bf8"
PV = "0.4.2+git${SRCPV}"
PR = "r10.${META_TELEPHONY_OSMO_INC}"
PR = "r11.${META_TELEPHONY_OSMO_INC}"
S = "${WORKDIR}/git"
SRCREV_FORMAT = "openbsc-rosmobts"
DEPENDS = "libosmocore libosmo-abis femtobts-api"
RDEPENDS_${PN} += "coreutils sysmobts-firmware (= 3.10)"
RDEPENDS_${PN} += "coreutils sysmobts-firmware (>= 3.10)"
RCONFLICTS_${PN} = "sysmobts-firmware (< 3.10)"
EXTRA_OECONF += "--enable-sysmocom-bts"