diff options
-rw-r--r-- | recipes-devtools/clang/nativesdk-clang-glue.bb | 2 |
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 4e0c6fa..1ef67d9 100644 --- a/recipes-devtools/clang/nativesdk-clang-glue.bb +++ b/recipes-devtools/clang/nativesdk-clang-glue.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "Apache-2.0-with-LLVM-exception" | |||
7 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0-with-LLVM-exception;md5=0bcd48c3bdfef0c9d9fd17726e4b7dab" | 7 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0-with-LLVM-exception;md5=0bcd48c3bdfef0c9d9fd17726e4b7dab" |
8 | SECTION = "devel" | 8 | SECTION = "devel" |
9 | 9 | ||
10 | inherit nativesdk | 10 | inherit_defer nativesdk |
11 | DEPENDS += "nativesdk-clang" | 11 | DEPENDS += "nativesdk-clang" |
12 | 12 | ||
13 | do_install() { | 13 | do_install() { |