diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-06-04 11:14:58 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-06 23:16:51 +0100 |
commit | 365bbbab069e0b2a54f8d372773d6b73d3421ec8 (patch) | |
tree | f14409dbe64ea41fef76d3dba2a2e44b8ebec5bc | |
parent | ecad002f358ff59c86f863ff7d8df8d6064ad33e (diff) | |
download | poky-365bbbab069e0b2a54f8d372773d6b73d3421ec8.tar.gz |
erofs-utils: correct upstream version check
(From OE-Core rev: fe5053cf2531527642cf46263793485cc43d524c)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/erofs-utils/erofs-utils_1.2.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/erofs-utils/erofs-utils_1.2.1.bb b/meta/recipes-devtools/erofs-utils/erofs-utils_1.2.1.bb index 6435fea68c..5ab4bf2816 100644 --- a/meta/recipes-devtools/erofs-utils/erofs-utils_1.2.1.bb +++ b/meta/recipes-devtools/erofs-utils/erofs-utils_1.2.1.bb | |||
@@ -7,6 +7,8 @@ HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.gi | |||
7 | SRCREV = "d1f4953edfcf4f51c71ba91586e21fc6ce9f6db9" | 7 | SRCREV = "d1f4953edfcf4f51c71ba91586e21fc6ce9f6db9" |
8 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git" | 8 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git" |
9 | 9 | ||
10 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>(\d+(\.\d+)+))" | ||
11 | |||
10 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
11 | 13 | ||
12 | DEPENDS = "util-linux-libuuid" | 14 | DEPENDS = "util-linux-libuuid" |