summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/llvm/llvm_20.1.2.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-devtools/llvm/llvm_20.1.2.bb b/meta/recipes-devtools/llvm/llvm_20.1.2.bb
index 4c93c1bfec..c9cb466c57 100644
--- a/meta/recipes-devtools/llvm/llvm_20.1.2.bb
+++ b/meta/recipes-devtools/llvm/llvm_20.1.2.bb
@@ -24,15 +24,17 @@ MAJ_MIN_VERSION = "${@oe.utils.trim_version("${PV}", 2)}"
24LLVM_RELEASE = "${PV}" 24LLVM_RELEASE = "${PV}"
25 25
26SRC_URI = "https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/llvm-project-${PV}.src.tar.xz \ 26SRC_URI = "https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/llvm-project-${PV}.src.tar.xz \
27 file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ 27 file://0007-llvm-allow-env-override-of-exe-path.patch \
28 file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \ 28 file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch \
29 file://llvm-config \ 29 file://llvm-config \
30 " 30 "
31SRC_URI[sha256sum] = "f0a4a240aabc9b056142d14d5478bb6d962aeac549cbd75b809f5499240a8b38" 31SRC_URI[sha256sum] = "f0a4a240aabc9b056142d14d5478bb6d962aeac549cbd75b809f5499240a8b38"
32UPSTREAM_CHECK_URI = "https://github.com/llvm/llvm-project" 32UPSTREAM_CHECK_URI = "https://github.com/llvm/llvm-project"
33UPSTREAM_CHECK_REGEX = "llvmorg-(?P<pver>\d+(\.\d+)+)" 33UPSTREAM_CHECK_REGEX = "llvmorg-(?P<pver>\d+(\.\d+)+)"
34 34
35S = "${WORKDIR}/llvm-project-${PV}.src/llvm" 35S = "${WORKDIR}/llvm-project-${PV}.src"
36
37OECMAKE_SOURCEPATH = "${S}/llvm"
36 38
37LLVM_INSTALL_DIR = "${WORKDIR}/llvm-install" 39LLVM_INSTALL_DIR = "${WORKDIR}/llvm-install"
38 40