From 2fa183c59c79b594f68a3a8d6db3e9198b779b13 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 19 Dec 2019 14:23:00 +0100 Subject: [PATCH] llvm: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/llvm/llvm_git.bb | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.40.1