diff options
author | Joe Slater <jslater@windriver.com> | 2017-01-18 14:26:40 -0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-01-25 16:00:00 +0100 |
commit | 4ab4ed1021c173d60a3e62588a49a252778f6886 (patch) | |
tree | cd50c854c4ad8db1772981c9647bb780db511d7a | |
parent | 68548d456495938a4d618d4093dd3cb735a21c92 (diff) | |
download | meta-openembedded-4ab4ed1021c173d60a3e62588a49a252778f6886.tar.gz |
gnulib: derive PV from SRCPV
Currently, PV is "git" and contains no version information.
Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/gnulib/gnulib_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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+" | |||
12 | 12 | ||
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=e4cf3810f33a067ea7ccd2cd889fed21" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=e4cf3810f33a067ea7ccd2cd889fed21" |
14 | SRCREV = "b6b3ed1fa4c6de12908a9f01d1689f156c3cd441" | 14 | SRCREV = "b6b3ed1fa4c6de12908a9f01d1689f156c3cd441" |
15 | PV = "0.1.496+git${SRCPV}" | ||
16 | |||
15 | SRC_URI = "git://git.sv.gnu.org/gnulib;protocol=git \ | 17 | SRC_URI = "git://git.sv.gnu.org/gnulib;protocol=git \ |
16 | " | 18 | " |
19 | |||
17 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
18 | 21 | ||
19 | do_install () { | 22 | do_install () { |