aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-08-17 00:53:51 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2017-09-13 15:29:28 +0200
commit2415ab3b4191157aaef2de00491c3085e65c7326 (patch)
treecc8293bea6160c880ad0c1fedf6c3601752111d6
parent53c9c389e4da9ed170995abaf35feabb62f8c4ea (diff)
update PV versions for libosmocore, libosmo-sccp and openggsn
As we're building git master, we need to make sure PV is not lagging behind. I wish there was some OE magic by which it could discover PV from the source it builds. Change-Id: Ib45238e95156f215412d51d975b1acb33633a3e1
-rw-r--r--recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb1
-rw-r--r--recipes-osmocom/libosmocore/libosmocore_git.bb2
-rw-r--r--recipes-osmocom/openggsn/openggsn_git.bb2
3 files changed, 3 insertions, 2 deletions
diff --git a/recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb b/recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb
index 87ea2c0..6f8ddfa 100644
--- a/recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb
+++ b/recipes-osmocom/libosmo-sccp/libosmo-sccp_git.bb
@@ -3,6 +3,7 @@ require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "${AUTOREV}"
SRC_URI = "git://git.osmocom.org/libosmo-sccp.git;protocol=git"
+PV = "0.7.0+gitr${SRCPV}"
PR = "${INC_PR}.1"
# we require the tests to link to the static libosmo-sigtran library to
diff --git a/recipes-osmocom/libosmocore/libosmocore_git.bb b/recipes-osmocom/libosmocore/libosmocore_git.bb
index 520014b..0d41452 100644
--- a/recipes-osmocom/libosmocore/libosmocore_git.bb
+++ b/recipes-osmocom/libosmocore/libosmocore_git.bb
@@ -3,7 +3,7 @@ require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "${AUTOREV}"
SRC_URI = "git://git.osmocom.org/libosmocore.git;protocol=git;nobranch=1"
-PV = "0.9.0+gitr${SRCPV}"
+PV = "0.9.6+gitr${SRCPV}"
PR = "r1"
DEPENDS += "libtalloc"
diff --git a/recipes-osmocom/openggsn/openggsn_git.bb b/recipes-osmocom/openggsn/openggsn_git.bb
index b95cd53..aa70bbc 100644
--- a/recipes-osmocom/openggsn/openggsn_git.bb
+++ b/recipes-osmocom/openggsn/openggsn_git.bb
@@ -1,7 +1,7 @@
DESCRITOPN = "OpenGGSN a Free Software GGSN"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
-PV = "0.92+gitr${SRCPV}"
+PV = "0.94+gitr${SRCPV}"
PR = "r1"
SRCREV = "${AUTOREV}"