diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-05-22 23:56:05 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-06 22:08:11 -0700 |
commit | 10d2227ee8eb0b24c273fed3e5c158bf9a3c118f (patch) | |
tree | f5eca1766828fd909f7f15162e95ef2ecf2c996c | |
parent | 025f826bdd3f15d61fc77d4c66a435f993e4e69d (diff) | |
download | meta-clang-10d2227ee8eb0b24c273fed3e5c158bf9a3c118f.tar.gz |
recipes: Rename inherit for clang-native to toolchain/clang-native
Signed-off-by: Khem Raj <raj.khem@gmail.com>
4 files changed, 4 insertions, 4 deletions
diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtpdf_%.bbappend b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtpdf_%.bbappend index b4f7374..790df8a 100644 --- a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtpdf_%.bbappend +++ b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtpdf_%.bbappend | |||
@@ -1,3 +1,3 @@ | |||
1 | # its needed to build gn-native which is embedded into | 1 | # its needed to build gn-native which is embedded into |
2 | # qtpdf directly | 2 | # qtpdf directly |
3 | inherit clang-native | 3 | inherit toolchain/clang-native |
diff --git a/dynamic-layers/qt6-layer/recpes-qt/qt6/qtwebengine_%.bbappend b/dynamic-layers/qt6-layer/recpes-qt/qt6/qtwebengine_%.bbappend index 9576a3a..7c745a5 100644 --- a/dynamic-layers/qt6-layer/recpes-qt/qt6/qtwebengine_%.bbappend +++ b/dynamic-layers/qt6-layer/recpes-qt/qt6/qtwebengine_%.bbappend | |||
@@ -1 +1 @@ | |||
inherit clang-native | inherit toolchain/clang-native | ||
diff --git a/recipes-devtools/rust/rust-llvm_%.bbappend b/recipes-devtools/rust/rust-llvm_%.bbappend index 09963d1..f2c79b9 100644 --- a/recipes-devtools/rust/rust-llvm_%.bbappend +++ b/recipes-devtools/rust/rust-llvm_%.bbappend | |||
@@ -1,3 +1,3 @@ | |||
1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | inherit clang-native | 3 | inherit toolchain/clang-native |
diff --git a/recipes-devtools/rust/rust_%.bbappend b/recipes-devtools/rust/rust_%.bbappend index 4d7022f..d7e45f8 100644 --- a/recipes-devtools/rust/rust_%.bbappend +++ b/recipes-devtools/rust/rust_%.bbappend | |||
@@ -1,4 +1,4 @@ | |||
1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | inherit clang-native | 3 | inherit toolchain/clang-native |
4 | 4 | ||