sysmobts-firmware: Remove the circular constraints as opkg can't handle them

Having:

 osmo-bts requires sysmobts-firmware > 3.11
 sysmobts-firmware requires osmo-bts > 0.4.2

is something opkg can't resolve in one go. One needs two calls to
the opkg command to end up with a fully upgraded version. Make sure
that we require/pull newer firmware when installing a new version
of osmo-bts.
This commit is contained in:
Holger Hans Peter Freyther 2014-07-31 14:46:03 +02:00
parent 4c23137c2f
commit 2b28110051
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
COMPATIBLE_MACHINE = "(sysmobts-v2|sysmobts-2050)"
PACKAGE_ARCH = "sysmobts-v2"
FIRMWARE-VERSION = "superfemto_v${PV}"
PR = "r0.${INC_PR}"
RRCONFLICTS_${PN} = "osmo-bts (< 0.4.2)"
PR = "r1.${INC_PR}"
require ${PN}.inc