diff --git a/conf/layer.conf b/conf/layer.conf index deb01b84..9ca628aa 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -33,7 +33,7 @@ INHERIT += "clang" # Do not include clang in SDK unless user wants to CLANGSDK ??= "0" -LLVMVERSION = "17.0.5" +LLVMVERSION = "17.0.6" require conf/nonclangable.conf require conf/nonscanable.conf diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc index 01d52855..84185a01 100644 --- a/recipes-devtools/clang/clang.inc +++ b/recipes-devtools/clang/clang.inc @@ -6,9 +6,9 @@ LLVM_GIT_PROTOCOL ?= "https" MAJOR_VER = "17" MINOR_VER = "0" -PATCH_VER = "5" +PATCH_VER = "6" -SRCREV ?= "98bfdac5ce82d1679f8af9a57501471812ab68d7" +SRCREV ?= "6009708b4367171ccdbf4b5905cb6a803753fe18" PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" BRANCH = "release/17.x"