diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-05-25 03:56:35 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-05-26 08:14:49 -0700 |
commit | a9f39d4b570d45a180a76b67f31d1318f0022ff3 (patch) | |
tree | 75107b47279092d1c7c1430eb99dfb92e0caf961 | |
parent | 253e0560d4a92e219590b49f9ce0779a3f7d4dfc (diff) | |
download | meta-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.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() { |