diff options
Diffstat (limited to 'meta/recipes-devtools/llvm/llvm_git.bb')
-rw-r--r-- | meta/recipes-devtools/llvm/llvm_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index f3d6f24bd2..611aacba14 100644 --- a/meta/recipes-devtools/llvm/llvm_git.bb +++ b/meta/recipes-devtools/llvm/llvm_git.bb | |||
@@ -14,14 +14,14 @@ RDEPENDS:${PN}:append:class-target = " ncurses-terminfo" | |||
14 | 14 | ||
15 | inherit cmake pkgconfig | 15 | inherit cmake pkgconfig |
16 | 16 | ||
17 | PV = "16.0.6" | 17 | PV = "17.0.1" |
18 | 18 | ||
19 | MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}" | 19 | MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}" |
20 | 20 | ||
21 | LLVM_RELEASE = "${PV}" | 21 | LLVM_RELEASE = "${PV}" |
22 | 22 | ||
23 | BRANCH = "release/${MAJOR_VERSION}.x" | 23 | BRANCH = "release/${MAJOR_VERSION}.x" |
24 | SRCREV = "7cbf1a2591520c2491aa35339f227775f4d3adf6" | 24 | SRCREV = "e19b7dc36bc047b9eb72078d034596be766da350" |
25 | SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \ | 25 | SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \ |
26 | file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ | 26 | file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ |
27 | file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \ | 27 | file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \ |