libosmocore: Bump version for cell broadcast

This is not a new release but the ABI has changed, force a
re-build of all dependend packages.
This commit is contained in:
Holger Hans Peter Freyther 2014-12-30 12:07:58 +01:00
parent f244a25089
commit 873ae51925
2 changed files with 2 additions and 2 deletions

View File

@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "telephony"
BBFILE_PATTERN_telephony = "^${LAYERDIR}/"
BBFILE_PRIORITY_telephony = "5"
META_TELEPHONY_OSMO_INC = "14"
META_TELEPHONY_OSMO_INC = "15"

View File

@ -1,7 +1,7 @@
require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "96af78650d1de134ebb37ddb829508cf0bd30c51"
SRCREV = "be4bbeb01b85cbe38c70e0f272e59e4c57f13aa2"
SRC_URI = "git://git.osmocom.org/libosmocore.git;protocol=git"
PV = "0.7.0+gitr${SRCPV}"
PR = "r2"