From a9f39d4b570d45a180a76b67f31d1318f0022ff3 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 25 May 2024 03:56:35 -0700 Subject: 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 --- 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 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" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0-with-LLVM-exception;md5=0bcd48c3bdfef0c9d9fd17726e4b7dab" SECTION = "devel" -inherit nativesdk +inherit_defer nativesdk DEPENDS += "nativesdk-clang" do_install() { -- cgit v1.2.3-54-g00ecf