From 4ab4ed1021c173d60a3e62588a49a252778f6886 Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Wed, 18 Jan 2017 14:26:40 -0800 Subject: gnulib: 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-support/gnulib/gnulib_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/gnulib/gnulib_git.bb b/meta-oe/recipes-support/gnulib/gnulib_git.bb index 5b2ed49ea9..c7c7ae8507 100644 --- a/meta-oe/recipes-support/gnulib/gnulib_git.bb +++ b/meta-oe/recipes-support/gnulib/gnulib_git.bb @@ -12,8 +12,11 @@ LICENSE = "LGPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=e4cf3810f33a067ea7ccd2cd889fed21" SRCREV = "b6b3ed1fa4c6de12908a9f01d1689f156c3cd441" +PV = "0.1.496+git${SRCPV}" + SRC_URI = "git://git.sv.gnu.org/gnulib;protocol=git \ " + S = "${WORKDIR}/git" do_install () { -- cgit 1.2.3-korg