From 74568b142ba493e81ade58a3e4e7ecea44fa843b Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Wed, 18 Jan 2017 14:39:38 -0800 Subject: libubox: derive PV from SRCPV Currently, PV is "git" and contains no version information. Signed-off-by: Joe Slater Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/libubox/libubox_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-oe/recipes-devtools/libubox') diff --git a/meta-oe/recipes-devtools/libubox/libubox_git.bb b/meta-oe/recipes-devtools/libubox/libubox_git.bb index 609281a85e..f9f4e08b71 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 = "1.0.1+git${SRCPV}" S = "${WORKDIR}/git" -- cgit 1.2.3-korg