]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
clang: fix upstream version check
authorAlexander Kanavin <alex@linutronix.de>
Wed, 7 May 2025 14:37:09 +0000 (16:37 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 9 May 2025 06:09:54 +0000 (07:09 +0100)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/clang/common.inc

index a7b508039f7dcfc3ecbb45e9ba90cc7221e197b5..acded4694db93eb43529326feb00f09c897742ac 100644 (file)
@@ -14,6 +14,8 @@ LICENSE = "Apache-2.0-with-LLVM-exception"
 # GA Release
 RELEASE ?= "${PV}"
 BASEURI ?= "${LLVM_HTTP}/llvm-project/releases/download/llvmorg-${PV}/llvm-project-${PV}.src.tar.xz"
+UPSTREAM_CHECK_URI = "${LLVM_HTTP}/llvm-project/releases/"
+UPSTREAM_CHECK_REGEX = "releases/tag/llvmorg-?(?P<pver>\d+(\.\d+)+)"
 SOURCEDIR ?= "llvm-project-${PV}.src"
 SRC_URI[sha256sum] = "b6183c41281ee3f23da7fda790c6d4f5877aed103d1e759763b1008bdd0e2c50"