summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2012-08-16 23:01:58 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2012-08-17 09:39:38 +0200
commitbdb10ce175f9a849c358f9c23838cfedb0ba119d (patch)
tree82d616e75ec83af5d75f82561b94faf4d4600a4e
parenta3977003ef6b9b346729728f77bca87ba729be45 (diff)
downloadmeta-java-bdb10ce175f9a849c358f9c23838cfedb0ba119d.tar.gz
llvm: remove perl-native dep, we use inherit perlnative now and inherit pythonnative
-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