summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/nativesdk-clang-glue.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2019-08-26 17:04:51 +0000
committerKhem Raj <raj.khem@gmail.com>2019-08-26 20:52:07 -0700
commitc734168a4df8520b364c6d82d6695714e901c9e6 (patch)
treed3768d5ae03bb9e85e6a69ef8f78ea160827cadc /recipes-devtools/clang/nativesdk-clang-glue.bb
parentd8d6f74bb6571d1af25bd26a75f2e753551e9b02 (diff)
downloadmeta-clang-c734168a4df8520b364c6d82d6695714e901c9e6.tar.gz
nativesdk-clang-glue: fix LIC_FILES_CHKSUM
* use the filename with dashes like other recipes do * fixes: ERROR: nativesdk-clang-glue-1.0-r0: LIC_FILES_CHKSUM contains an invalid URL: WITH Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/nativesdk-clang-glue.bb')
-rw-r--r--recipes-devtools/clang/nativesdk-clang-glue.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/clang/nativesdk-clang-glue.bb b/recipes-devtools/clang/nativesdk-clang-glue.bb
index 90eec6a..169366a 100644
--- a/recipes-devtools/clang/nativesdk-clang-glue.bb
+++ b/recipes-devtools/clang/nativesdk-clang-glue.bb
@@ -4,7 +4,7 @@
4DESCRIPTION = "SDK Cross compiler wrappers for LLVM based C/C++ compiler" 4DESCRIPTION = "SDK Cross compiler wrappers for LLVM based C/C++ compiler"
5HOMEPAGE = "http://clang.llvm.org/" 5HOMEPAGE = "http://clang.llvm.org/"
6LICENSE = "Apache-2.0-with-LLVM-exception" 6LICENSE = "Apache-2.0-with-LLVM-exception"
7LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/'Apache-2.0 WITH LLVM-exception';md5=0bcd48c3bdfef0c9d9fd17726e4b7dab" 7LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0-with-LLVM-exception;md5=0bcd48c3bdfef0c9d9fd17726e4b7dab"
8SECTION = "devel" 8SECTION = "devel"
9 9
10inherit nativesdk 10inherit nativesdk