From 16da933e095bfffda5b9a12dc070ad9de616f976 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 29 Mar 2023 22:19:15 -0700 Subject: castxml: Fix nativesdk build There is no need to enforce clang for nativesdk here let it use defaults. Fixes https://github.com/kraj/meta-clang/issues/686 Signed-off-by: Khem Raj --- recipes-devtools/castxml/castxml_0.6.1.bb | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/recipes-devtools/castxml/castxml_0.6.1.bb b/recipes-devtools/castxml/castxml_0.6.1.bb index 50f8a9f..5322b96 100644 --- a/recipes-devtools/castxml/castxml_0.6.1.bb +++ b/recipes-devtools/castxml/castxml_0.6.1.bb @@ -9,19 +9,6 @@ SRCREV = "f70f9d3f52eb6acce7df409f1df7236d36a2e320" S = "${WORKDIR}/git" DEPENDS = "clang" - -# Match clang's idea of what TOOLCHAIN should be. -TOOLCHAIN = "clang" -TOOLCHAIN:class-native = "gcc" -TOOLCHAIN:class-nativesdk = "clang" - -BUILD_CC:class-nativesdk = "clang" -BUILD_CXX:class-nativesdk = "clang++" -BUILD_AR:class-nativesdk = "llvm-ar" -BUILD_RANLIB:class-nativesdk = "llvm-ranlib" -BUILD_NM:class-nativesdk = "llvm-nm" -LDFLAGS:append:class-nativesdk = " -fuse-ld=gold" - inherit cmake cmake-native pkgconfig python3native BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf