From patchwork Fri Feb 1 10:02:46 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-java,for,denzil] 2/4] llvm: not use pythonnative class Date: Fri, 01 Feb 2013 10:02:46 -0000 From: Ting Liu X-Patchwork-Id: 43811 Message-Id: <1359712968-22554-3-git-send-email-b28495@freescale.com> To: Cc: b29882@freescale.com From: Ting Liu Signed-off-by: Ting Liu --- 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 de52443..65d36c5 100644 --- a/recipes-core/llvm/llvm.inc +++ b/recipes-core/llvm/llvm.inc @@ -26,13 +26,13 @@ LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=0ac5f799a2d89477c75b0a378b221855" DEPENDS = "llvm${LLVM_RELEASE}-native llvm-common" DEPENDS_virtclass-native = "llvm-common-native cmake-native" -INC_PR = "r2" +INC_PR = "r3" SRC_URI = "http://llvm.org/releases/${PV}/llvm-${PV}.tgz" S = "${WORKDIR}/llvm-${PV}" -inherit cmake perlnative pythonnative +inherit cmake perlnative # 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