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

Joe Slater jslater at windriver.com
Wed Jan 18 22:39:38 UTC 2017


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

Signed-off-by: Joe Slater <jslater at windriver.com>
---
 meta-oe/recipes-devtools/libubox/libubox_git.bb |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-devtools/libubox/libubox_git.bb b/meta-oe/recipes-devtools/libubox/libubox_git.bb
index 609281a..4d3ffae 100644
--- a/meta-oe/recipes-devtools/libubox/libubox_git.bb
+++ b/meta-oe/recipes-devtools/libubox/libubox_git.bb
@@ -19,6 +19,7 @@ SRC_URI = "\
 "
 
 SRCREV = "155bf39896f126b1ba121b816922a88dc34c31e3"
+PV = "git+${SRCPV}"
 
 S = "${WORKDIR}/git"
 
-- 
1.7.9.5




More information about the Openembedded-devel mailing list