From: Alexander Kanavin Date: Sat, 19 Mar 2022 07:15:57 +0000 (+0100) Subject: squashfs-tools: correct upstream version check X-Git-Tag: yocto-4.0~222 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9aaa6ee30340795c89010c61b4d30d6a7bca0f86;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git squashfs-tools: correct upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- 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"