From: Ross Burton Date: Tue, 29 Jul 2025 16:35:10 +0000 (+0100) Subject: clang: remove redundant python3native inherits X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0da53fca5ec30d883216bfb0be7d96ad597aa69;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git clang: remove redundant python3native inherits None of these recipes need a native build of Python as they don't depend on native Python modules, nor build Python modules against the target. Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/clang/compiler-rt-sanitizers_git.bb b/meta/recipes-devtools/clang/compiler-rt-sanitizers_git.bb index 2ef206fba0..1724aa9b93 100644 --- a/meta/recipes-devtools/clang/compiler-rt-sanitizers_git.bb +++ b/meta/recipes-devtools/clang/compiler-rt-sanitizers_git.bb @@ -12,7 +12,7 @@ require common-source.inc BPN = "compiler-rt-sanitizers" -inherit cmake pkgconfig python3native +inherit cmake pkgconfig def get_compiler_rt_arch(bb, d): if bb.utils.contains('TUNE_FEATURES', 'armv5 thumb dsp', True, False, d): diff --git a/meta/recipes-devtools/clang/compiler-rt_git.bb b/meta/recipes-devtools/clang/compiler-rt_git.bb index a2ab63eef5..2e442f4433 100644 --- a/meta/recipes-devtools/clang/compiler-rt_git.bb +++ b/meta/recipes-devtools/clang/compiler-rt_git.bb @@ -14,7 +14,7 @@ require common-source.inc BPN = "compiler-rt" -inherit cmake pkgconfig python3native +inherit cmake pkgconfig LIC_FILES_CHKSUM = "file://compiler-rt/LICENSE.TXT;md5=d846d1d65baf322d4c485d6ee54e877a" diff --git a/meta/recipes-devtools/clang/libcxx_git.bb b/meta/recipes-devtools/clang/libcxx_git.bb index 515d4a29ec..bd8276e694 100644 --- a/meta/recipes-devtools/clang/libcxx_git.bb +++ b/meta/recipes-devtools/clang/libcxx_git.bb @@ -8,7 +8,7 @@ SECTION = "base" require common-clang.inc require common-source.inc -inherit cmake python3native +inherit cmake BPN = "libcxx"