From f56bd52b97a2fec4ce6f27bf00de59ac10432f82 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 18 May 2020 20:10:08 -0700 Subject: clang: Update to 10.0.1-rc1 Update version number accordingly Signed-off-by: Khem Raj s --- conf/layer.conf | 2 +- recipes-devtools/clang/clang.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index e63fcb7..c0a422f 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -29,7 +29,7 @@ INHERIT += "clang" # Do not include clang in SDK unless user wants to CLANGSDK ??= "0" -LLVMVERSION = "10.0.0" +LLVMVERSION = "10.0.1" require conf/nonclangable.conf require conf/nonscanable.conf diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc index 3a74007..973b770 100644 --- a/recipes-devtools/clang/clang.inc +++ b/recipes-devtools/clang/clang.inc @@ -6,9 +6,9 @@ LLVM_GIT_PROTOCOL ?= "https" MAJOR_VER = "10" MINOR_VER = "0" -PATCH_VER = "0" +PATCH_VER = "1" -SRCREV ?= "d32170dbd5b0d54436537b6b75beaf44324e0c28" +SRCREV ?= "f79cd71e145c6fd005ba4dd1238128dfa0dc2cb6" PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" BRANCH = "release/${MAJOR_VER}.x" -- cgit v1.2.3-54-g00ecf