From 2f128060979aed186cf8380ea15b9e61a88030d5 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sat, 19 Mar 2022 08:15:57 +0100 Subject: squashfs-tools: correct upstream version check (From OE-Core rev: 9aaa6ee30340795c89010c61b4d30d6a7bca0f86) 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(+) (limited to 'meta/recipes-devtools/squashfs-tools') 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(\d+(\.\d+)+))" S = "${WORKDIR}/git/squashfs-tools" -- cgit v1.2.3-54-g00ecf