From: Alexander Kanavin Date: Thu, 19 Dec 2019 13:23:00 +0000 (+0100) Subject: llvm: fix upstream version check X-Git-Tag: uninative-2.8~710 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2fa183c59c79b594f68a3a8d6db3e9198b779b13;p=openembedded-core.git llvm: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index cb2e1164cf..3b0a1b3b27 100644 --- a/meta/recipes-devtools/llvm/llvm_git.bb +++ b/meta/recipes-devtools/llvm/llvm_git.bb @@ -35,6 +35,8 @@ SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH} \ file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ " +UPSTREAM_CHECK_GITTAGREGEX = "llvmorg-(?P\d+(\.\d+)+)" + S = "${WORKDIR}/git/llvm" LLVM_INSTALL_DIR = "${WORKDIR}/llvm-install"