pespin has submitted this change. ( https://gerrit.osmocom.org/c/meta-telephony/+/41638?usp=email )
Change subject: Update osmo-sgsn and libosmo-sigtran to last patch releases ......................................................................
Update osmo-sgsn and libosmo-sigtran to last patch releases
Change-Id: I6a55fa1d29c6cbb67d4da55863db3d6bfc161d55 --- M recipes-osmocom/libosmo-sigtran/libosmo-sigtran_git.bb M recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb 2 files changed, 3 insertions(+), 3 deletions(-)
Approvals: pespin: Verified osmith: Looks good to me, approved
diff --git a/recipes-osmocom/libosmo-sigtran/libosmo-sigtran_git.bb b/recipes-osmocom/libosmo-sigtran/libosmo-sigtran_git.bb index 99b7467..d4b5b4e 100644 --- a/recipes-osmocom/libosmo-sigtran/libosmo-sigtran_git.bb +++ b/recipes-osmocom/libosmo-sigtran/libosmo-sigtran_git.bb @@ -1,7 +1,7 @@ require ${PN}.inc
S = "${WORKDIR}/git" -SRCREV = "2.2.0" +SRCREV = "2.2.1" SRC_URI = "git://gerrit.osmocom.org/libosmo-sigtran.git;protocol=https;tag=${SRCREV};nobranch=1" PV = "${SRCREV}+gitr${SRCPV}" PR = "${INC_PR}.0" diff --git a/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb b/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb index 773dec9..552892b 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.1" +SRCREV = "1.13.1" SRC_URI = "git://gerrit.osmocom.org/osmo-sgsn.git;protocol=https;tag=${SRCREV};nobranch=1" -PV = "1.12.1+gitr${SRCPV}" +PV = "1.13.1+gitr${SRCPV}" PR = "${INC_PR}.0"