osmo-bts,osmo-pcu: Both applications should be rebuild on osmocore upgrades

Rebuild the BTS and PCU when the SOVERSION of a libosmocore library
is changing. Do that by adding the ${META_TELEPHONY_OSMO_INC} into
the PR.
This commit is contained in:
Holger Hans Peter Freyther 2012-08-15 16:35:58 +02:00
parent 2be99ac429
commit d03aa9c516
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ SRC_URI = "git://git.osmocom.org/osmo-bts.git;protocol=git;branch=master;name=os
SRCREV_osmobts = "7c2427c020949c778f4a59443c16fae7b9e2d98e"
SRCREV_openbsc = "3217fa24120ee06705e2f7ea5faf449e8387d15c"
PV = "0.0+git${SRCPV}"
PR = "r22"
PR = "r22.${META_TELEPHONY_OSMO_INC}"
S = "${WORKDIR}/git"
SRCREV_FORMAT = "openbsc-rosmobts"

View File

@ -5,7 +5,7 @@ LIC_FILES_CHKSUM="file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "git://git.osmocom.org/osmo-pcu.git;protocol=git;branch=jolly"
SRCREV = "da62859231cbe25ff7772e3d2389e15e5f8b4d8a"
PV = "0.0+git${SRCPV}"
PR = "r3"
PR = "r3.${META_TELEPHONY_OSMO_INC}"
S = "${WORKDIR}/git"
DEPENDS = "libosmocore femtobts-api osmo-bts"