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 2ec5c1e1c0..bdea95db96 100644 --- a/meta/recipes-devtools/llvm/llvm_git.bb +++ b/meta/recipes-devtools/llvm/llvm_git.bb | |||
| @@ -19,14 +19,14 @@ inherit cmake pkgconfig | |||
| 19 | 19 | ||
| 20 | PROVIDES += "llvm${PV}" | 20 | PROVIDES += "llvm${PV}" |
| 21 | 21 | ||
| 22 | PV = "14.0.4" | 22 | PV = "14.0.6" |
| 23 | 23 | ||
| 24 | MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}" | 24 | MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}" |
| 25 | 25 | ||
| 26 | LLVM_RELEASE = "${PV}" | 26 | LLVM_RELEASE = "${PV}" |
| 27 | 27 | ||
| 28 | BRANCH = "release/${MAJOR_VERSION}.x" | 28 | BRANCH = "release/${MAJOR_VERSION}.x" |
| 29 | SRCREV = "29f1039a7285a5c3a9c353d054140bf2556d4c4d" | 29 | SRCREV = "f28c006a5895fc0e329fe15fead81e37457cb1d1" |
| 30 | SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \ | 30 | SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \ |
| 31 | file://0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch;striplevel=2 \ | 31 | file://0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch;striplevel=2 \ |
| 32 | file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ | 32 | file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \ |
