diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-01-19 17:37:36 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-20 17:07:12 +0000 |
commit | d46bc77a4e030e8b3ccf1ec6a1949761a492b5cc (patch) | |
tree | 5b0af3f3d8c91cf634f37a6e2932f7ab9d45e38e /meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb | |
parent | 0436e3fe2e359b9b559c1ebb6094ee786253ea89 (diff) | |
download | poky-d46bc77a4e030e8b3ccf1ec6a1949761a492b5cc.tar.gz |
e2fsprogs: fix upstream version check
(From OE-Core rev: 2b064b6d9783029cc142930e2332772c10e90d09)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb')
-rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb index 60b28545ac..c82e99a5d1 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb | |||
@@ -10,6 +10,7 @@ SRC_URI += "file://acinclude.m4 \ | |||
10 | 10 | ||
11 | SRCREV = "0f26747167cc9d82df849b0aad387bf824f04544" | 11 | SRCREV = "0f26747167cc9d82df849b0aad387bf824f04544" |
12 | PV = "1.42.13+git${SRCPV}" | 12 | PV = "1.42.13+git${SRCPV}" |
13 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+\.\d+(\.\d+)*)$" | ||
13 | 14 | ||
14 | EXTRA_OECONF += "--libdir=${base_libdir} --sbindir=${base_sbindir} \ | 15 | EXTRA_OECONF += "--libdir=${base_libdir} --sbindir=${base_sbindir} \ |
15 | --enable-elf-shlibs --disable-libuuid --disable-uuidd \ | 16 | --enable-elf-shlibs --disable-libuuid --disable-uuidd \ |