Skip to content

Commit

Permalink
clang: Upgrade to 19.1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kraj committed Dec 17, 2024
1 parent 71202a2 commit b987534
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ INHERIT += "clang"
# Do not include clang in SDK unless user wants to
CLANGSDK ??= "0"

LLVMVERSION = "19.1.4"
LLVMVERSION = "19.1.5"

NON_MULTILIB_RECIPES:append = " llvm-project-source"

Expand Down
2 changes: 1 addition & 1 deletion recipes-devtools/clang/clang.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LLVM_HTTP ?= "https://github.com/llvm"

MAJOR_VER = "19"
MINOR_VER = "1"
PATCH_VER = "4"
PATCH_VER = "5"
# could be 'rcX' or 'git' or empty ( for release )
VER_SUFFIX = ""

Expand Down
2 changes: 1 addition & 1 deletion recipes-devtools/clang/common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ LICENSE = "Apache-2.0-with-LLVM-exception"
RELEASE ?= "${PV}"
BASEURI ?= "${LLVM_HTTP}/llvm-project/releases/download/llvmorg-${PV}/llvm-project-${PV}.src.tar.xz"
SOURCEDIR ?= "llvm-project-${PV}.src"
SRC_URI[sha256sum] = "3aa2d2d2c7553164ad5c6f3b932b31816e422635e18620c9349a7da95b98d811"
SRC_URI[sha256sum] = "bd8445f554aae33d50d3212a15e993a667c0ad1b694ac1977f3463db3338e542"

SRC_URI = "\
${BASEURI} \
Expand Down

0 comments on commit b987534

Please sign in to comment.