From e23c103434413caa7a221f635afa498a0b05fe94 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 19 Jul 2019 22:25:55 +0100 Subject: unfs3: set upstream tag regex to avoid false-positives (From OE-Core rev: 4663d06a79c6608127413488676a6e7dfbefb3e1) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/unfs3/unfs3_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/unfs3/unfs3_git.bb') 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}" -- cgit v1.2.3-54-g00ecf