summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-core/llvm/llvm.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/llvm/llvm.inc b/recipes-core/llvm/llvm.inc
index 0718a12..de52443 100644
--- a/recipes-core/llvm/llvm.inc
+++ b/recipes-core/llvm/llvm.inc
@@ -24,7 +24,7 @@ LICENSE = "NCSA"
24LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=0ac5f799a2d89477c75b0a378b221855" 24LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=0ac5f799a2d89477c75b0a378b221855"
25 25
26DEPENDS = "llvm${LLVM_RELEASE}-native llvm-common" 26DEPENDS = "llvm${LLVM_RELEASE}-native llvm-common"
27DEPENDS_virtclass-native = "llvm-common-native cmake-native perl-native" 27DEPENDS_virtclass-native = "llvm-common-native cmake-native"
28 28
29INC_PR = "r2" 29INC_PR = "r2"
30 30
@@ -32,7 +32,7 @@ SRC_URI = "http://llvm.org/releases/${PV}/llvm-${PV}.tgz"
32 32
33S = "${WORKDIR}/llvm-${PV}" 33S = "${WORKDIR}/llvm-${PV}"
34 34
35inherit cmake perlnative 35inherit cmake perlnative pythonnative
36 36
37# Defines the LLVM supported arches. By now we always build either for ${BUILD} 37# Defines the LLVM supported arches. By now we always build either for ${BUILD}
38# (native) or ${TARGET}. In the future it may make sense to enable all backends 38# (native) or ${TARGET}. In the future it may make sense to enable all backends