diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-04-01 00:19:46 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-04-05 14:49:08 +0100 |
commit | 4880d0f9c808fd50f3eba0d87a804b4dce1334fa (patch) | |
tree | 2c287e3eee30c1df15b7b4bde0f7db4e3153a6c1 /meta/recipes-devtools/llvm/llvm_git.bb | |
parent | 21f76439398728be919421499a3eb92a7c0d8552 (diff) | |
download | poky-4880d0f9c808fd50f3eba0d87a804b4dce1334fa.tar.gz |
llvm: Upgrade to 6.0 release
(From OE-Core rev: 67379117375bcc143f636ccd56e548332b19325f)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/llvm/llvm_git.bb')
-rw-r--r-- | meta/recipes-devtools/llvm/llvm_git.bb | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index de06e12ae4..77c095d9a3 100644 --- a/meta/recipes-devtools/llvm/llvm_git.bb +++ b/meta/recipes-devtools/llvm/llvm_git.bb | |||
@@ -8,7 +8,7 @@ SECTION = "devel" | |||
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=e825e017edc35cfd58e26116e5251771" | 9 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=e825e017edc35cfd58e26116e5251771" |
10 | 10 | ||
11 | DEPENDS = "libffi libxml2-native zlib ninja-native llvm-native" | 11 | DEPENDS = "libffi libxml2 zlib ninja-native llvm-native" |
12 | 12 | ||
13 | RDEPENDS_${PN}_append_class-target = " ncurses-terminfo" | 13 | RDEPENDS_${PN}_append_class-target = " ncurses-terminfo" |
14 | 14 | ||
@@ -19,10 +19,11 @@ PROVIDES += "llvm${PV}" | |||
19 | LLVM_RELEASE = "${PV}" | 19 | LLVM_RELEASE = "${PV}" |
20 | LLVM_DIR = "llvm${LLVM_RELEASE}" | 20 | LLVM_DIR = "llvm${LLVM_RELEASE}" |
21 | 21 | ||
22 | SRCREV = "81029f142231bde8e119becda112a2173f1459c9" | 22 | SRCREV = "089d4c0c490687db6c75f1d074e99c4d42936a50" |
23 | PV = "5.0" | 23 | PV = "6.0" |
24 | PATCH_VERSION = "1" | 24 | BRANCH = "release_60" |
25 | SRC_URI = "git://github.com/llvm-mirror/llvm.git;branch=release_50;protocol=http \ | 25 | PATCH_VERSION = "0" |
26 | SRC_URI = "git://github.com/llvm-mirror/llvm.git;branch=${BRANCH};protocol=http \ | ||
26 | file://0001-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch \ | 27 | file://0001-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch \ |
27 | file://0002-llvm-allow-env-override-of-exe-path.patch \ | 28 | file://0002-llvm-allow-env-override-of-exe-path.patch \ |
28 | " | 29 | " |