From f4edcbc4accaa0fbcd14c55c98bf657bb82aef6b Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Wed, 18 Jan 2017 16:45:50 -0800 Subject: relayd: derive PV from SRCPV Currently, PV is "git" and contains no version information. Signed-off-by: Joe Slater Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- meta-networking/recipes-connectivity/relayd/relayd_git.bb | 1 + 1 file changed, 1 insertion(+) 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" -- cgit 1.2.3-korg