From c734168a4df8520b364c6d82d6695714e901c9e6 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 26 Aug 2019 17:04:51 +0000 Subject: 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 --- recipes-devtools/clang/nativesdk-clang-glue.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ DESCRIPTION = "SDK Cross compiler wrappers for LLVM based C/C++ compiler" HOMEPAGE = "http://clang.llvm.org/" LICENSE = "Apache-2.0-with-LLVM-exception" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/'Apache-2.0 WITH LLVM-exception';md5=0bcd48c3bdfef0c9d9fd17726e4b7dab" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0-with-LLVM-exception;md5=0bcd48c3bdfef0c9d9fd17726e4b7dab" SECTION = "devel" inherit nativesdk -- cgit v1.2.3-54-g00ecf