1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-06 14:49:50 +00:00

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.

(From OE-Core rev: e0da53fca5ec30d883216bfb0be7d96ad597aa69)

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>
This commit is contained in:
Ross Burton
2025-07-29 17:35:10 +01:00
committed by Richard Purdie
parent 361b6482c0
commit 455e89f658
3 changed files with 3 additions and 3 deletions
@@ -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):
@@ -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"
+1 -1
View File
@@ -8,7 +8,7 @@ SECTION = "base"
require common-clang.inc
require common-source.inc
inherit cmake python3native
inherit cmake
BPN = "libcxx"