From: Ross Burton Date: Fri, 19 Jul 2019 21:25:55 +0000 (+0100) Subject: unfs3: set upstream tag regex to avoid false-positives X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~13821 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=4663d06a79c6608127413488676a6e7dfbefb3e1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git unfs3: set upstream tag regex to avoid false-positives Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/unfs3/unfs3_git.bb b/meta/recipes-devtools/unfs3/unfs3_git.bb index 4b2cd5f2ce8..a4ac46c68e5 100644 --- a/meta/recipes-devtools/unfs3/unfs3_git.bb +++ b/meta/recipes-devtools/unfs3/unfs3_git.bb @@ -22,6 +22,7 @@ SRC_URI = "git://github.com/unfs3/unfs3.git;protocol=https \ file://0001-attr-fix-utime-for-symlink.patch \ " SRCREV = "c12a5c69a8d59be6916cbd0e0f41c159f1962425" +UPSTREAM_CHECK_GITTAGREGEX = "unfs3\-(?P.+)" PV = "0.9.22+${SRCPV}"