diff options
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/llvm/llvm.inc | 1 | ||||
-rw-r--r-- | recipes-core/llvm/llvm2.8_2.8.bb | 2 | ||||
-rw-r--r-- | recipes-core/llvm/llvm2.9_2.9.bb | 2 |
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" | |||
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 perl-native" |
28 | 28 | ||
29 | INC_PR = "r2" | ||
29 | 30 | ||
30 | SRC_URI = "http://llvm.org/releases/${PV}/llvm-${PV}.tgz" | 31 | SRC_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 | |||
4 | LICENSE = "NCSA" | 4 | LICENSE = "NCSA" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=0ac5f799a2d89477c75b0a378b221855" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=0ac5f799a2d89477c75b0a378b221855" |
6 | 6 | ||
7 | PR = "r1" | 7 | PR = "${INC_PR}.0" |
8 | 8 | ||
9 | SRC_URI += " \ | 9 | SRC_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 @@ | |||
1 | require llvm.inc | 1 | require llvm.inc |
2 | 2 | ||
3 | PR = "${INC_PR}.0" | ||
4 | |||
3 | SRC_URI_append_libc-uclibc = " file://arm_fenv_uclibc.patch " | 5 | SRC_URI_append_libc-uclibc = " file://arm_fenv_uclibc.patch " |
4 | 6 | ||
5 | PARALLEL_MAKE_virtclass-native = "" | 7 | PARALLEL_MAKE_virtclass-native = "" |