From bb1d1abc0b66c384b394e17fef32f8eb9d27fd02 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 16 Jan 2019 21:00:22 -0800 Subject: clang: Update license checksums The only change is update to the year in license files Signed-off-by: Khem Raj --- recipes-devtools/clang/clang.inc | 4 ++-- recipes-devtools/clang/compiler-rt_git.bb | 2 +- recipes-devtools/clang/libcxx_git.bb | 6 +++--- recipes-devtools/clang/openmp_git.bb | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/recipes-devtools/clang/clang.inc b/recipes-devtools/clang/clang.inc index 8e29301..f9db47e 100644 --- a/recipes-devtools/clang/clang.inc +++ b/recipes-devtools/clang/clang.inc @@ -13,8 +13,8 @@ SRCREV ?= "e264daec97935db606c312b10e43f4e35ac39b58" PV = "${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}" BRANCH = "release/${MAJOR_VER}.x" -LLVMMD5SUM = "c520ed40e11887bb1d24d86f7f5b1f05" -CLANGMD5SUM = "444af0e124949f07f791f12c928e5994" +LLVMMD5SUM = "c6b766a4e85dd28301eeed54a6684648" +CLANGMD5SUM = "9a0fe3a7846ba0ffc822a70d6f7f6903" LLDMD5SUM = "f4941ace8ddb3d6cf177fff94966319a" LLDBMD5SUM = "b6320ed0b0d00ae661dd94f277bbf024" diff --git a/recipes-devtools/clang/compiler-rt_git.bb b/recipes-devtools/clang/compiler-rt_git.bb index f9eba8e..68655e3 100644 --- a/recipes-devtools/clang/compiler-rt_git.bb +++ b/recipes-devtools/clang/compiler-rt_git.bb @@ -12,7 +12,7 @@ require common-source.inc inherit cmake pkgconfig pythonnative -LIC_FILES_CHKSUM = "file://compiler-rt/LICENSE.TXT;md5=92bfbe70fc44c6e5efc6403a31180ed7; \ +LIC_FILES_CHKSUM = "file://compiler-rt/LICENSE.TXT;md5=f981c4637a4cd67915ac527b3ead3a59; \ " BASEDEPENDS_remove_toolchain-clang_class-target = "compiler-rt" diff --git a/recipes-devtools/clang/libcxx_git.bb b/recipes-devtools/clang/libcxx_git.bb index a320e05..c0af976 100644 --- a/recipes-devtools/clang/libcxx_git.bb +++ b/recipes-devtools/clang/libcxx_git.bb @@ -23,9 +23,9 @@ PACKAGECONFIG[unwind] = "-DLIBCXXABI_USE_LLVM_UNWINDER=ON -DLIBCXXABI_LIBUNWIND_ PROVIDES += "${@bb.utils.contains('PACKAGECONFIG', 'unwind', 'libunwind', '', d)}" -LIC_FILES_CHKSUM = "file://libcxx/LICENSE.TXT;md5=7b3a0e1b99822669d630011defe9bfd9; \ - file://libcxxabi/LICENSE.TXT;md5=3600117b7c18121ab04c53e4615dc36e \ - file://libunwind/LICENSE.TXT;md5=7ea986af7f70eaea5a297dd2744c79a5 \ +LIC_FILES_CHKSUM = "file://libcxx/LICENSE.TXT;md5=3de3deb8323d5cf3360104190e804a75 \ + file://libcxxabi/LICENSE.TXT;md5=9dad5a191d1fc03b31525706040c4ed1 \ + file://libunwind/LICENSE.TXT;md5=af2bc0b29ead3c8f201c5486f3c9d59b \ " THUMB_TUNE_CCARGS = "" #TUNE_CCARGS += "-nostdlib" diff --git a/recipes-devtools/clang/openmp_git.bb b/recipes-devtools/clang/openmp_git.bb index 30bc307..7ffe442 100644 --- a/recipes-devtools/clang/openmp_git.bb +++ b/recipes-devtools/clang/openmp_git.bb @@ -16,7 +16,7 @@ RPROVIDES_${PN}-dev += "libgomp-dev" TOOLCHAIN = "clang" -LIC_FILES_CHKSUM = "file://openmp/LICENSE.txt;md5=5dcbca021bcb2fbc22186bc7a8a159e6" +LIC_FILES_CHKSUM = "file://openmp/LICENSE.txt;md5=b1dcbf2c86cbf9bdc0b7cea88a543010" BASEDEPENDS_remove_toolchain-clang_class-target = "compiler-rt" BASEDEPENDS_remove_toolchain-clang_class-target = "libcxx" -- cgit v1.2.3-54-g00ecf