summaryrefslogtreecommitdiffstats
path: root/recipes-core/llvm
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2012-07-19 17:44:26 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2012-07-19 17:44:26 +0200
commit01bd53d23f4a9bbad201bdc5d3d77fe23e22a87c (patch)
tree0a7fc5574a1491c998624338f8dd8f2b0a03c570 /recipes-core/llvm
parent8e11ccd8a46abcf46fe3854d40ead208b5605b53 (diff)
downloadmeta-java-01bd53d23f4a9bbad201bdc5d3d77fe23e22a87c.tar.gz
llvm: use INC_PR
Diffstat (limited to 'recipes-core/llvm')
-rw-r--r--recipes-core/llvm/llvm.inc1
-rw-r--r--recipes-core/llvm/llvm2.8_2.8.bb2
-rw-r--r--recipes-core/llvm/llvm2.9_2.9.bb2
3 files changed, 4 insertions, 1 deletions
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"
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 perl-native"
28 28
29INC_PR = "r2"
29 30
30SRC_URI = "http://llvm.org/releases/${PV}/llvm-${PV}.tgz" 31SRC_URI = "http://llvm.org/releases/${PV}/llvm-${PV}.tgz"
31 32
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
4LICENSE = "NCSA" 4LICENSE = "NCSA"
5LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=0ac5f799a2d89477c75b0a378b221855" 5LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=0ac5f799a2d89477c75b0a378b221855"
6 6
7PR = "r1" 7PR = "${INC_PR}.0"
8 8
9SRC_URI += " \ 9SRC_URI += " \
10 file://30may-llvm2.8-pr399-ppc-arm.patch \ 10 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 @@
1require llvm.inc 1require llvm.inc
2 2
3PR = "${INC_PR}.0"
4
3SRC_URI_append_libc-uclibc = " file://arm_fenv_uclibc.patch " 5SRC_URI_append_libc-uclibc = " file://arm_fenv_uclibc.patch "
4 6
5PARALLEL_MAKE_virtclass-native = "" 7PARALLEL_MAKE_virtclass-native = ""