aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2017-01-18 16:45:50 -0800
committerJoe MacDonald <joe_macdonald@mentor.com>2017-02-22 08:31:58 -0500
commitf4edcbc4accaa0fbcd14c55c98bf657bb82aef6b (patch)
tree19c775bc1a36bedb4e9db017fb8aeb832dc92f51
parentc48160ed079fd9764e51b616953baac12f60938e (diff)
downloadmeta-openembedded-f4edcbc4accaa0fbcd14c55c98bf657bb82aef6b.tar.gz
relayd: derive PV from SRCPV
Currently, PV is "git" and contains no version information. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r--meta-networking/recipes-connectivity/relayd/relayd_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/relayd/relayd_git.bb b/meta-networking/recipes-connectivity/relayd/relayd_git.bb
index aab2ab5f0c..50297f38d4 100644
--- a/meta-networking/recipes-connectivity/relayd/relayd_git.bb
+++ b/meta-networking/recipes-connectivity/relayd/relayd_git.bb
@@ -8,6 +8,7 @@ DEPENDS = "libubox"
SRC_URI = "git://nbd.name/relayd.git"
SRCREV = "2970ff60bac6b70ecb682779d5c776dc559dc0b9"
+PV = "0.0.1+git${SRCPV}"
S = "${WORKDIR}/git"