pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/meta-telephony/+/40999?usp=email )
Change subject: Update osmo-bsc to latest patch release 1.13.2 ......................................................................
Update osmo-bsc to latest patch release 1.13.2
Change-Id: I29f13759cf691ae5b1d574247dc393c03b8b1f21 --- M recipes-osmocom/osmo-bsc/osmo-bsc_git.bb 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/meta-telephony refs/changes/99/40999/1
diff --git a/recipes-osmocom/osmo-bsc/osmo-bsc_git.bb b/recipes-osmocom/osmo-bsc/osmo-bsc_git.bb index c083a62..282e90c 100644 --- a/recipes-osmocom/osmo-bsc/osmo-bsc_git.bb +++ b/recipes-osmocom/osmo-bsc/osmo-bsc_git.bb @@ -1,7 +1,7 @@ require ${PN}.inc
S = "${WORKDIR}/git" -SRCREV = "1.13.0" +SRCREV = "1.13.2" SRC_URI = "git://gerrit.osmocom.org/osmo-bsc.git;protocol=https;tag=${SRCREV};nobranch=1" PV = "${SRCREV}+gitr${SRCPV}" PR = "${INC_PR}.0"