From 873ae51925a67a267f42301140387ce5b854f66f Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 30 Dec 2014 12:07:58 +0100 Subject: [PATCH] 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. --- conf/layer.conf | 2 +- recipes-osmocom/libosmocore/libosmocore_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index 6d8a52c3fe..944a712a3e 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -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" diff --git a/recipes-osmocom/libosmocore/libosmocore_git.bb b/recipes-osmocom/libosmocore/libosmocore_git.bb index c080c9d933..1a9f515322 100644 --- a/recipes-osmocom/libosmocore/libosmocore_git.bb +++ b/recipes-osmocom/libosmocore/libosmocore_git.bb @@ -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"