diff options
author | Ryan Eatmon <reatmon@ti.com> | 2025-07-08 14:15:36 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-09 07:15:47 -0700 |
commit | e76e965cf5c03768fe51b15c0c02002dbbcfaa81 (patch) | |
tree | 9fd77c25b7898fbf3b8d3b7c336d487878f982d8 | |
parent | dfbd7d38902046dde4a5cf9e05939b81b30b5b2a (diff) | |
download | meta-clang-e76e965cf5c03768fe51b15c0c02002dbbcfaa81.tar.gz |
python3-pyside6: Remove due to being missing from meta-qt6 dev
The recipe being bbappended is not supported in meta-qt6 until later in a
stable versions life cycle. This has the effect that in the most recent
version branches (6.10 as of this commit) does not have the required recipe
to bbappend, and dev will never have the recipe. This causes a parsing
error when using these more up to date branches:
ERROR: No recipes in default available for:
.../meta-clang/dynamic-layers/qt6-layer/recipes-qt/qt6/python3-pyside6_%.bbappend
Given this, we should drop this bbappend and try to address the build
failure in world another way.
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | dynamic-layers/qt6-layer/recipes-qt/qt6/python3-pyside6_%.bbappend | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dynamic-layers/qt6-layer/recipes-qt/qt6/python3-pyside6_%.bbappend b/dynamic-layers/qt6-layer/recipes-qt/qt6/python3-pyside6_%.bbappend deleted file mode 100644 index 177bcbd..0000000 --- a/dynamic-layers/qt6-layer/recipes-qt/qt6/python3-pyside6_%.bbappend +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | EXCLUDE_FROM_WORLD = "1" | ||