summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/unfs3
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-07-19 22:25:55 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-22 17:31:04 +0100
commite23c103434413caa7a221f635afa498a0b05fe94 (patch)
tree5aca05f8bb46c161c4d1ef522e68e08bcc54bd21 /meta/recipes-devtools/unfs3
parentfa103d3481c838ab98379ea1adfde6f61b8b7664 (diff)
downloadpoky-e23c103434413caa7a221f635afa498a0b05fe94.tar.gz
unfs3: set upstream tag regex to avoid false-positives
(From OE-Core rev: 4663d06a79c6608127413488676a6e7dfbefb3e1) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/unfs3')
-rw-r--r--meta/recipes-devtools/unfs3/unfs3_git.bb1
1 files changed, 1 insertions, 0 deletions
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 \
22 file://0001-attr-fix-utime-for-symlink.patch \ 22 file://0001-attr-fix-utime-for-symlink.patch \
23 " 23 "
24SRCREV = "c12a5c69a8d59be6916cbd0e0f41c159f1962425" 24SRCREV = "c12a5c69a8d59be6916cbd0e0f41c159f1962425"
25UPSTREAM_CHECK_GITTAGREGEX = "unfs3\-(?P<pver>.+)"
25 26
26PV = "0.9.22+${SRCPV}" 27PV = "0.9.22+${SRCPV}"
27 28