summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-07-29 17:35:10 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-08-04 18:04:04 +0100
commit455e89f658404ac7b9d1c04dda0f789a03903236 (patch)
tree32a3303e4908d18a41dac535ca450f8502cb5cbe
parent361b6482c09635f75d5656469e549b94aa079323 (diff)
downloadpoky-455e89f658404ac7b9d1c04dda0f789a03903236.tar.gz
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>
-rw-r--r--meta/recipes-devtools/clang/compiler-rt-sanitizers_git.bb2
-rw-r--r--meta/recipes-devtools/clang/compiler-rt_git.bb2
-rw-r--r--meta/recipes-devtools/clang/libcxx_git.bb2
3 files changed, 3 insertions, 3 deletions
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
12 12
13BPN = "compiler-rt-sanitizers" 13BPN = "compiler-rt-sanitizers"
14 14
15inherit cmake pkgconfig python3native 15inherit cmake pkgconfig
16 16
17def get_compiler_rt_arch(bb, d): 17def get_compiler_rt_arch(bb, d):
18 if bb.utils.contains('TUNE_FEATURES', 'armv5 thumb dsp', True, False, d): 18 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
14 14
15BPN = "compiler-rt" 15BPN = "compiler-rt"
16 16
17inherit cmake pkgconfig python3native 17inherit cmake pkgconfig
18 18
19LIC_FILES_CHKSUM = "file://compiler-rt/LICENSE.TXT;md5=d846d1d65baf322d4c485d6ee54e877a" 19LIC_FILES_CHKSUM = "file://compiler-rt/LICENSE.TXT;md5=d846d1d65baf322d4c485d6ee54e877a"
20 20
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"
8require common-clang.inc 8require common-clang.inc
9require common-source.inc 9require common-source.inc
10 10
11inherit cmake python3native 11inherit cmake
12 12
13BPN = "libcxx" 13BPN = "libcxx"
14 14