osmo-bts: Fix the normal bts build

The sysmobts-mgr is now linking to libgps. This means we need to
DEPEND on gpsd to have this library available. The tracking build
for both dora and master is broken due this.
This commit is contained in:
Holger Hans Peter Freyther 2015-01-11 21:32:37 +01:00
parent 418db40fb6
commit 8595fee2b2
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@ SRC_URI = "git://git.osmocom.org/osmo-bts.git;protocol=git;branch=zecke/sysmobts
SRCREV_osmobts = "83a549a153a30b8bc7122e0ca2f99ea6fcb1ea44"
SRCREV_openbsc = "142d12d829d4207e2fe7dee34b8d82dd89015615"
PV = "0.4.3+git${SRCPV}"
PR = "r16.${META_TELEPHONY_OSMO_INC}"
PR = "r17.${META_TELEPHONY_OSMO_INC}"
S = "${WORKDIR}/git"
SRCREV_FORMAT = "openbsc-rosmobts"
DEPENDS = "libosmocore libosmo-abis femtobts-api"
DEPENDS = "libosmocore libosmo-abis femtobts-api gpsd"
RDEPENDS_${PN} += "coreutils sysmobts-firmware (>= 3.11)"
RCONFLICTS_${PN} = "sysmobts-firmware (< 3.11)"