summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/squashfs-tools
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-03-19 08:15:57 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-20 00:01:21 +0000
commit9aaa6ee30340795c89010c61b4d30d6a7bca0f86 (patch)
tree28c5ba9c58b3230441ab72981cfd126e034a5297 /meta/recipes-devtools/squashfs-tools
parentc1e00978b64f3f8590e73be9e59633e7b91d2322 (diff)
downloadopenembedded-core-contrib-9aaa6ee30340795c89010c61b4d30d6a7bca0f86.tar.gz
squashfs-tools: correct upstream version check
Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/squashfs-tools')
-rw-r--r--meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
index bffc05e812..c92a5f80a8 100644
--- a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
+++ b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
@@ -16,6 +16,7 @@ SRC_URI = "git://github.com/plougher/squashfs-tools.git;protocol=https;branch=ma
file://CVE-2021-41072-requisite-3.patch;striplevel=2 \
file://CVE-2021-41072.patch;striplevel=2 \
"
+UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
S = "${WORKDIR}/git/squashfs-tools"