[oe-commits] [openembedded-core] 08/14: unfs3: set upstream tag regex to avoid false-positives

git at git.openembedded.org git at git.openembedded.org
Sat Jul 20 11:06:10 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 4663d06a79c6608127413488676a6e7dfbefb3e1
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri Jul 19 22:25:55 2019 +0100

    unfs3: set upstream tag regex to avoid false-positives
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/unfs3/unfs3_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/unfs3/unfs3_git.bb b/meta/recipes-devtools/unfs3/unfs3_git.bb
index 4b2cd5f..a4ac46c 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<pver>.+)"
 
 PV = "0.9.22+${SRCPV}"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list