diff options
-rw-r--r-- | recipes-core/llvm/llvm.inc | 4 |
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" | |||
24 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=0ac5f799a2d89477c75b0a378b221855" | 24 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=0ac5f799a2d89477c75b0a378b221855" |
25 | 25 | ||
26 | DEPENDS = "llvm${LLVM_RELEASE}-native llvm-common" | 26 | DEPENDS = "llvm${LLVM_RELEASE}-native llvm-common" |
27 | DEPENDS_virtclass-native = "llvm-common-native cmake-native perl-native" | 27 | DEPENDS_virtclass-native = "llvm-common-native cmake-native" |
28 | 28 | ||
29 | INC_PR = "r2" | 29 | INC_PR = "r2" |
30 | 30 | ||
@@ -32,7 +32,7 @@ SRC_URI = "http://llvm.org/releases/${PV}/llvm-${PV}.tgz" | |||
32 | 32 | ||
33 | S = "${WORKDIR}/llvm-${PV}" | 33 | S = "${WORKDIR}/llvm-${PV}" |
34 | 34 | ||
35 | inherit cmake perlnative | 35 | inherit 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 |