osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/meta-telephony/+/38775?usp=email )
Change subject: osmo-sgsn: upgrade to 1.12.1 ......................................................................
osmo-sgsn: upgrade to 1.12.1
Change-Id: I73e599c8e6648f7bbdb8f06e9d7f2815a624c08b --- M recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/meta-telephony refs/changes/75/38775/1
diff --git a/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb b/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb index 7e6340b..773dec9 100644 --- a/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb +++ b/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb @@ -1,7 +1,7 @@ require ${PN}.inc
S = "${WORKDIR}/git" -SRCREV = "1.12.0" +SRCREV = "1.12.1" SRC_URI = "git://gerrit.osmocom.org/osmo-sgsn.git;protocol=https;tag=${SRCREV};nobranch=1" -PV = "1.12.0+gitr${SRCPV}" +PV = "1.12.1+gitr${SRCPV}" PR = "${INC_PR}.0"