From bf0c0ad2873fa989dd9d116fac05c8594352ce91 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 22 Jun 2014 10:28:11 +0200 Subject: [PATCH] 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 767d7b69393c5a1827523dc15237b04f8de1a4a4. --- recipes-sysmobts/osmo-bts/osmo-bts_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb index d28f1c0..f70b4b8 100644 --- a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb +++ b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb @@ -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"