[oe] [meta-networking][PATCH 1/1] relayd: derive PV from SRCPV

Joe Slater jslater at windriver.com
Thu Jan 19 00:45:50 UTC 2017


Currently, PV is "git" and contains no version information.

Signed-off-by: Joe Slater <jslater at windriver.com>
---
 .../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 aab2ab5..6601733 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 = "git+${SRCPV}"
 
 S = "${WORKDIR}/git"
 
-- 
1.7.9.5




More information about the Openembedded-devel mailing list