[OE-core] [PATCH 05/12] e2fsprogs: fix upstream version check

Alexander Kanavin alexander.kanavin at linux.intel.com
Tue Jan 19 15:37:36 UTC 2016


Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
---
 meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_git.bb
index 60b2854..c82e99a 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 \
 
 SRCREV = "0f26747167cc9d82df849b0aad387bf824f04544"
 PV = "1.42.13+git${SRCPV}"
+UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+\.\d+(\.\d+)*)$"
 
 EXTRA_OECONF += "--libdir=${base_libdir} --sbindir=${base_sbindir} \
                 --enable-elf-shlibs --disable-libuuid --disable-uuidd \
-- 
2.6.4




More information about the Openembedded-core mailing list