meta-openembedded/meta-python
Richard Purdie 7688d9c8ec meta-python: Drop broken BBCLASSEXTEND variants
The command "bitbake universe -c fetch" currently throws a ton of warnings
as there are many 'impossible' dependencies.

In some cases these variants may never have worked and were just added by copy
and paste of recipes. In some cases they once clearly did work but became
broken somewhere along the way. Users may also be carrying local bbappend files
which add further BBCLASSEXTEND.

Having universe fetch work without warnings is desireable so clean up the broken
variants. Anyone actually needing something dropped here can propose adding it
and the correct functional dependencies back quite easily. This also then
ensures we're not carrying or fixing things nobody uses.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit d4aa17dc43)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2023-11-01 08:16:30 -04:00
..
classes python_mesonpy: New class 2023-06-14 09:50:28 -07:00
conf meta-python: Add python3-rapidjson to PTESTS_FAST_META_PYTHON 2023-10-30 07:14:02 -04:00
licenses
recipes-connectivity meta-python: Drop broken BBCLASSEXTEND variants 2023-11-01 08:16:30 -04:00
recipes-core ptest-image: Switch to using core-image-minimal 2023-10-12 09:58:05 -04:00
recipes-devtools meta-python: Drop broken BBCLASSEXTEND variants 2023-11-01 08:16:30 -04:00
recipes-extended meta-python: Drop broken BBCLASSEXTEND variants 2023-11-01 08:16:30 -04:00
recipes-networking/python python3-ldap: add missing run-time dependencies 2023-06-06 23:07:58 -07:00
COPYING.MIT
README.md meta-openemnedded: Add myself as nanbield maintainer 2023-09-25 11:39:20 -07:00

meta-python

Introduction

This layer is intended to be the home of python modules for OpenEmbedded.

Dependencies

The meta-python layer depends on:

URI: git://git.openembedded.org/openembedded-core
layers: meta
branch: nanbield

URI: git://git.openembedded.org/meta-openembedded
layers: meta-oe
branch: nanbield

Contributing

The meta-openembedded mailinglist (openembedded-devel@lists.openembedded.org) is used for questions, comments and patch review. It is subscriber only, so please register before posting.

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-python][nanbield]' in the subject.

When sending single patches, please use something like: git send-email -M -1 --to=openembedded-devel@lists.openembedded.org --subject-prefix='meta-python][nanbield][PATCH'

Maintenance

Layer maintainers: Armin Kuster akuster808@gmail.com