diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-03-27 15:09:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-01 14:48:44 +0100 |
commit | afd069f6b4846b7fc0c9820a355d5ec3fe80bdad (patch) | |
tree | c0463e9df2d4764cf85bcf3f73eb8177bfb4f1f2 /meta | |
parent | 3bc700a12d4f21a5c7a1575da0972f9f78b4a091 (diff) | |
download | poky-afd069f6b4846b7fc0c9820a355d5ec3fe80bdad.tar.gz |
llvm: update from 8.0.0rc2 to 8.0.0 final release
Also, update PV to match the version scheme used by upstream
to tag releases (e.g. major.minor.patch).
(From OE-Core rev: 4405a1793a42aecd7923ab2b18df296ed8c32dc1)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/llvm/llvm_git.bb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index 2a8cd4a3e4..01a7da8ebd 100644 --- a/meta/recipes-devtools/llvm/llvm_git.bb +++ b/meta/recipes-devtools/llvm/llvm_git.bb | |||
@@ -19,18 +19,14 @@ 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 is set to the revision of 8.0.0-rc2 tag, while latest release | 22 | SRCREV = "d2298e74235598f15594fe2c99bbac870a507c59" |
23 | # tag is 7.0.1 as of Feb 18 2019, hence the need for UPSTREAM_CHECK_UNKNOWN | ||
24 | # Remove the UPSTREAM_VERSION_UNKNOWN line once 8.0.0 final is tagged | ||
25 | UPSTREAM_VERSION_UNKNOWN = "1" | ||
26 | SRCREV = "98ebe7460199b9cd79eb562b5e8705ad28f5513f" | ||
27 | 23 | ||
28 | BRANCH = "release/${MAJOR_VERSION}.x" | 24 | BRANCH = "release/${MAJOR_VERSION}.x" |
29 | MAJOR_VERSION = "8" | 25 | MAJOR_VERSION = "8" |
30 | MINOR_VERSION = "0" | 26 | MINOR_VERSION = "0" |
31 | PATCH_VERSION = "0" | 27 | PATCH_VERSION = "0" |
32 | SOLIBVER = "1" | 28 | SOLIBVER = "1" |
33 | PV = "${MAJOR_VERSION}.${MINOR_VERSION}" | 29 | PV = "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}" |
34 | SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH} \ | 30 | SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH} \ |
35 | file://0001-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch \ | 31 | file://0001-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch \ |
36 | file://0002-llvm-allow-env-override-of-exe-path.patch \ | 32 | file://0002-llvm-allow-env-override-of-exe-path.patch \ |