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

Joe Slater jslater at windriver.com
Wed Jan 18 22:26:40 UTC 2017


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

Signed-off-by: Joe Slater <jslater at windriver.com>
---
 meta-oe/recipes-support/gnulib/gnulib_git.bb |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/gnulib/gnulib_git.bb b/meta-oe/recipes-support/gnulib/gnulib_git.bb
index 5b2ed49..96f0893 100644
--- a/meta-oe/recipes-support/gnulib/gnulib_git.bb
+++ b/meta-oe/recipes-support/gnulib/gnulib_git.bb
@@ -12,8 +12,10 @@ LICENSE = "LGPLv2+"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=e4cf3810f33a067ea7ccd2cd889fed21"
 SRCREV = "b6b3ed1fa4c6de12908a9f01d1689f156c3cd441"
+PV = "git+${SRCPV}"
 SRC_URI = "git://git.sv.gnu.org/gnulib;protocol=git \
 "
+
 S = "${WORKDIR}/git"
 
 do_install () {
-- 
1.7.9.5




More information about the Openembedded-devel mailing list