diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-10-27 22:15:49 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-29 16:28:35 +0100 |
commit | c631d4da79009d02ba1526d232119f8b7bb163e3 (patch) | |
tree | 49f4da87b06969ee5c16f8cd215d983dc8ffab14 /meta/recipes-devtools/unfs3 | |
parent | bd156c4618aed51d2b0a3c3bc4f6d619c51d3989 (diff) | |
download | poky-c631d4da79009d02ba1526d232119f8b7bb163e3.tar.gz |
unfs3: correct upstream version check
(From OE-Core rev: 70897a57b2f3f0eaaa937fe84383d6e26cd62c72)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.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.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/unfs3/unfs3_git.bb b/meta/recipes-devtools/unfs3/unfs3_git.bb index 7a5d273851..66016a2949 100644 --- a/meta/recipes-devtools/unfs3/unfs3_git.bb +++ b/meta/recipes-devtools/unfs3/unfs3_git.bb | |||
@@ -28,7 +28,7 @@ SRC_URI = "git://github.com/unfs3/unfs3.git;protocol=https;branch=master \ | |||
28 | file://no-yywrap.patch \ | 28 | file://no-yywrap.patch \ |
29 | " | 29 | " |
30 | SRCREV = "c12a5c69a8d59be6916cbd0e0f41c159f1962425" | 30 | SRCREV = "c12a5c69a8d59be6916cbd0e0f41c159f1962425" |
31 | UPSTREAM_CHECK_GITTAGREGEX = "unfs3\-(?P<pver>.+)" | 31 | UPSTREAM_CHECK_GITTAGREGEX = "unfs3\-(?P<pver>\d+(\.\d+)+)" |
32 | 32 | ||
33 | PV = "0.9.22+${SRCPV}" | 33 | PV = "0.9.22+${SRCPV}" |
34 | 34 | ||