aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2017-01-18 16:45:50 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-13 20:34:30 +0100
commit5df23d4d033e7980f1cec93178c0c7a2afb7c421 (patch)
treefd6b79bd475c5b83f3c8072ff0a7e25f1485ea79
parentd43700968cf83c5b48a5bcbc2bb1cfb9ffde3470 (diff)
downloadmeta-openembedded-contrib-5df23d4d033e7980f1cec93178c0c7a2afb7c421.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>
-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"