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

This commit is contained in:
Holger Hans Peter Freyther 2014-06-20 18:57:55 +02:00
parent 92c3a78288
commit 767d7b6939
1 changed files with 2 additions and 3 deletions

View File

@ -7,13 +7,12 @@ 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 = "r9.${META_TELEPHONY_OSMO_INC}"
PR = "r10.${META_TELEPHONY_OSMO_INC}"
S = "${WORKDIR}/git"
SRCREV_FORMAT = "openbsc-rosmobts"
DEPENDS = "libosmocore libosmo-abis femtobts-api"
RDEPENDS_${PN} += "coreutils sysmobts-firmware (>= 3.10)"
RCONFLICTS_${PN} = "sysmobts-firmware (< 3.10)"
RDEPENDS_${PN} += "coreutils sysmobts-firmware (= 3.10)"
EXTRA_OECONF += "--enable-sysmocom-bts"