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: uninative-2.7~709 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4663d06a79c6608127413488676a6e7dfbefb3e1;p=openembedded-core.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 4b2cd5f2ce..a4ac46c68e 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}"