diff options
author | Ross Burton <ross.burton@intel.com> | 2019-07-19 22:25:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-22 17:31:04 +0100 |
commit | e23c103434413caa7a221f635afa498a0b05fe94 (patch) | |
tree | 5aca05f8bb46c161c4d1ef522e68e08bcc54bd21 /meta/recipes-devtools | |
parent | fa103d3481c838ab98379ea1adfde6f61b8b7664 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-devtools/unfs3/unfs3_git.bb | 1 |
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 | " |
24 | SRCREV = "c12a5c69a8d59be6916cbd0e0f41c159f1962425" | 24 | SRCREV = "c12a5c69a8d59be6916cbd0e0f41c159f1962425" |
25 | UPSTREAM_CHECK_GITTAGREGEX = "unfs3\-(?P<pver>.+)" | ||
25 | 26 | ||
26 | PV = "0.9.22+${SRCPV}" | 27 | PV = "0.9.22+${SRCPV}" |
27 | 28 | ||