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 d4aa17dc436beb96a804860bc6d18cf72283709e)
Backport:
* Adapted paths to follow PV changes
* Adapted modified recipes to the ones generating warnings
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Richard Purdie 2023-11-17 10:18:24 +01:00 committed by Armin Kuster
parent a3df85aa41
commit 32c6598ed3
7 changed files with 1 additions and 13 deletions

View File

@ -11,5 +11,3 @@ RDEPENDS:${PN} += " \
${PYTHON_PN}-jinja2 \
${PYTHON_PN}-aiohttp \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -19,5 +19,3 @@ RDEPENDS:${PN} += " \
${PYTHON_PN}-txaio \
${PYTHON_PN}-six \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -21,4 +21,4 @@ RDEPENDS:${PN} = "\
libudev \
"
BBCLASSEXTEND = "native nativesdk"
BBCLASSEXTEND = "native"

View File

@ -16,5 +16,3 @@ RDEPENDS:${PN} += " \
${PYTHON_PN}-pyserial \
${PYTHON_PN}-robotframework \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -11,5 +11,3 @@ inherit pypi setuptools3
PYPI_PACKAGE = "python-snappy"
RDEPENDS:${PN} += "snappy"
BBCLASSEXTEND = "native nativesdk"

View File

@ -10,5 +10,3 @@ inherit pypi setuptools3
RDEPENDS:${PN} += " \
${PYTHON_PN}-twisted \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -35,5 +35,3 @@ RDEPENDS:${PN}:class-target += "\
${PYTHON_PN}-nocaselist \
${PYTHON_PN}-custom-inherit \
"
BBCLASSEXTEND = "native"