diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2012-08-16 23:01:58 +0200 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2012-08-17 09:39:38 +0200 |
commit | bdb10ce175f9a849c358f9c23838cfedb0ba119d (patch) | |
tree | 82d616e75ec83af5d75f82561b94faf4d4600a4e | |
parent | a3977003ef6b9b346729728f77bca87ba729be45 (diff) | |
download | meta-java-bdb10ce175f9a849c358f9c23838cfedb0ba119d.tar.gz |
llvm: remove perl-native dep, we use inherit perlnative now and inherit pythonnative
-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 |