pespin has uploaded this change for review.
Fix hardcoded PV in multiple osmocom recipes
Change-Id: I14d1c10da2f40c2904f6d228046e9f9768ae9f07
---
M recipes-osmocom/libasn1c/libasn1c_git.bb
M recipes-osmocom/osmo-gbproxy/osmo-gbproxy_git.bb
M recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb
M recipes-osmocom/osmo-sysmon/osmo-sysmon_git.bb
4 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/meta-telephony refs/changes/59/43359/1
diff --git a/recipes-osmocom/libasn1c/libasn1c_git.bb b/recipes-osmocom/libasn1c/libasn1c_git.bb
index f7496c9..bc6cdcf 100644
--- a/recipes-osmocom/libasn1c/libasn1c_git.bb
+++ b/recipes-osmocom/libasn1c/libasn1c_git.bb
@@ -3,5 +3,5 @@
S = "${WORKDIR}/git"
SRCREV = "0.9.37"
SRC_URI = "git://gerrit.osmocom.org/libasn1c.git;protocol=https;tag=${SRCREV};nobranch=1"
-PV = "0.9.37+gitr${SRCPV}"
+PV = "${SRCREV}+gitr${SRCPV}"
PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-gbproxy/osmo-gbproxy_git.bb b/recipes-osmocom/osmo-gbproxy/osmo-gbproxy_git.bb
index 151ff29..9034673 100644
--- a/recipes-osmocom/osmo-gbproxy/osmo-gbproxy_git.bb
+++ b/recipes-osmocom/osmo-gbproxy/osmo-gbproxy_git.bb
@@ -3,5 +3,5 @@
S = "${WORKDIR}/git"
SRCREV = "0.5.1"
SRC_URI = "git://gerrit.osmocom.org/osmo-gbproxy.git;protocol=https;tag=${SRCREV};nobranch=1"
-PV = "0.5.0+gitr${SRCPV}"
+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 552892b..26cf3d6 100644
--- a/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb
+++ b/recipes-osmocom/osmo-sgsn/osmo-sgsn_git.bb
@@ -3,5 +3,5 @@
S = "${WORKDIR}/git"
SRCREV = "1.13.1"
SRC_URI = "git://gerrit.osmocom.org/osmo-sgsn.git;protocol=https;tag=${SRCREV};nobranch=1"
-PV = "1.13.1+gitr${SRCPV}"
+PV = "${SRCREV}+gitr${SRCPV}"
PR = "${INC_PR}.0"
diff --git a/recipes-osmocom/osmo-sysmon/osmo-sysmon_git.bb b/recipes-osmocom/osmo-sysmon/osmo-sysmon_git.bb
index 708f783..a3ce742 100644
--- a/recipes-osmocom/osmo-sysmon/osmo-sysmon_git.bb
+++ b/recipes-osmocom/osmo-sysmon/osmo-sysmon_git.bb
@@ -3,5 +3,5 @@
S = "${WORKDIR}/git"
SRCREV = "0.3.2"
SRC_URI = "git://gerrit.osmocom.org/osmo-sysmon.git;protocol=https;tag=${SRCREV};nobranch=1"
-PV = "0.3.2+gitr${SRCPV}"
+PV = "${SRCREV}+gitr${SRCPV}"
PR = "${INC_PR}.0"
To view, visit change 43359. To unsubscribe, or for help writing mail filters, visit settings.