From 01bd53d23f4a9bbad201bdc5d3d77fe23e22a87c Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Thu, 19 Jul 2012 17:44:26 +0200 Subject: llvm: use INC_PR --- recipes-core/llvm/llvm.inc | 1 + recipes-core/llvm/llvm2.8_2.8.bb | 2 +- recipes-core/llvm/llvm2.9_2.9.bb | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) (limited to 'recipes-core/llvm') diff --git a/recipes-core/llvm/llvm.inc b/recipes-core/llvm/llvm.inc index 185b894..c1f7f45 100644 --- a/recipes-core/llvm/llvm.inc +++ b/recipes-core/llvm/llvm.inc @@ -26,6 +26,7 @@ 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" +INC_PR = "r2" SRC_URI = "http://llvm.org/releases/${PV}/llvm-${PV}.tgz" diff --git a/recipes-core/llvm/llvm2.8_2.8.bb b/recipes-core/llvm/llvm2.8_2.8.bb index 3459885..1f77d46 100644 --- a/recipes-core/llvm/llvm2.8_2.8.bb +++ b/recipes-core/llvm/llvm2.8_2.8.bb @@ -4,7 +4,7 @@ require llvm.inc LICENSE = "NCSA" LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=0ac5f799a2d89477c75b0a378b221855" -PR = "r1" +PR = "${INC_PR}.0" SRC_URI += " \ file://30may-llvm2.8-pr399-ppc-arm.patch \ diff --git a/recipes-core/llvm/llvm2.9_2.9.bb b/recipes-core/llvm/llvm2.9_2.9.bb index 1af8737..b956aad 100644 --- a/recipes-core/llvm/llvm2.9_2.9.bb +++ b/recipes-core/llvm/llvm2.9_2.9.bb @@ -1,5 +1,7 @@ require llvm.inc +PR = "${INC_PR}.0" + SRC_URI_append_libc-uclibc = " file://arm_fenv_uclibc.patch " PARALLEL_MAKE_virtclass-native = "" -- cgit v1.2.3-54-g00ecf