From bdb10ce175f9a849c358f9c23838cfedb0ba119d Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Thu, 16 Aug 2012 23:01:58 +0200 Subject: llvm: remove perl-native dep, we use inherit perlnative now and inherit pythonnative --- recipes-core/llvm/llvm.inc | 4 ++-- 1 file 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" LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=0ac5f799a2d89477c75b0a378b221855" DEPENDS = "llvm${LLVM_RELEASE}-native llvm-common" -DEPENDS_virtclass-native = "llvm-common-native cmake-native perl-native" +DEPENDS_virtclass-native = "llvm-common-native cmake-native" INC_PR = "r2" @@ -32,7 +32,7 @@ SRC_URI = "http://llvm.org/releases/${PV}/llvm-${PV}.tgz" S = "${WORKDIR}/llvm-${PV}" -inherit cmake perlnative +inherit cmake perlnative pythonnative # Defines the LLVM supported arches. By now we always build either for ${BUILD} # (native) or ${TARGET}. In the future it may make sense to enable all backends -- cgit v1.2.3-54-g00ecf