diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-07-29 17:35:10 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-04 18:04:04 +0100 |
| commit | 455e89f658404ac7b9d1c04dda0f789a03903236 (patch) | |
| tree | 32a3303e4908d18a41dac535ca450f8502cb5cbe | |
| parent | 361b6482c09635f75d5656469e549b94aa079323 (diff) | |
| download | poky-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.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/clang/compiler-rt_git.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/clang/libcxx_git.bb | 2 |
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 | ||
| 13 | BPN = "compiler-rt-sanitizers" | 13 | BPN = "compiler-rt-sanitizers" |
| 14 | 14 | ||
| 15 | inherit cmake pkgconfig python3native | 15 | inherit cmake pkgconfig |
| 16 | 16 | ||
| 17 | def get_compiler_rt_arch(bb, d): | 17 | def 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 | ||
| 15 | BPN = "compiler-rt" | 15 | BPN = "compiler-rt" |
| 16 | 16 | ||
| 17 | inherit cmake pkgconfig python3native | 17 | inherit cmake pkgconfig |
| 18 | 18 | ||
| 19 | LIC_FILES_CHKSUM = "file://compiler-rt/LICENSE.TXT;md5=d846d1d65baf322d4c485d6ee54e877a" | 19 | LIC_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" | |||
| 8 | require common-clang.inc | 8 | require common-clang.inc |
| 9 | require common-source.inc | 9 | require common-source.inc |
| 10 | 10 | ||
| 11 | inherit cmake python3native | 11 | inherit cmake |
| 12 | 12 | ||
| 13 | BPN = "libcxx" | 13 | BPN = "libcxx" |
| 14 | 14 | ||
