From 9aaa6ee30340795c89010c61b4d30d6a7bca0f86 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sat, 19 Mar 2022 08:15:57 +0100 Subject: [PATCH] squashfs-tools: correct upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb index bffc05e8122..c92a5f80a8e 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(\d+(\.\d+)+))" S = "${WORKDIR}/git/squashfs-tools" -- 2.47.2