summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-05-25 03:56:35 -0700
committerKhem Raj <raj.khem@gmail.com>2024-05-26 08:14:49 -0700
commita9f39d4b570d45a180a76b67f31d1318f0022ff3 (patch)
tree75107b47279092d1c7c1430eb99dfb92e0caf961
parent253e0560d4a92e219590b49f9ce0779a3f7d4dfc (diff)
downloadmeta-clang-a9f39d4b570d45a180a76b67f31d1318f0022ff3.tar.gz
nativesdk-clang-glue: Use inherit_defer for nativesdk class
This helps it with devtool workflow which needs to inherit externalsrc class before nativesdk Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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 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"
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_defer nativesdk
11DEPENDS += "nativesdk-clang" 11DEPENDS += "nativesdk-clang"
12 12
13do_install() { 13do_install() {