]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
clang: remove redundant python3native inherits
authorRoss Burton <ross.burton@arm.com>
Tue, 29 Jul 2025 16:35:10 +0000 (17:35 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Aug 2025 17:04:00 +0000 (18:04 +0100)
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 <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/clang/compiler-rt-sanitizers_git.bb
meta/recipes-devtools/clang/compiler-rt_git.bb
meta/recipes-devtools/clang/libcxx_git.bb

index 2ef206fba04e9067a3b364b4246b3753528a7178..1724aa9b93ad49fe0757fcc918fac1d410474076 100644 (file)
@@ -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):
index a2ab63eef50a3bdac214fb86d049f48f7ce5ec49..2e442f44336147e71ed369369b75f03194bc597d 100644 (file)
@@ -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"
 
index 515d4a29ecefd96d7127486a34a60667c9b2caab..bd8276e694502443925511b7614a4ff00b96af51 100644 (file)
@@ -8,7 +8,7 @@ SECTION = "base"
 require common-clang.inc
 require common-source.inc
 
-inherit cmake python3native
+inherit cmake
 
 BPN = "libcxx"