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>
This commit is contained in:
Richard Purdie 2023-10-24 12:09:21 +01:00 committed by Khem Raj
parent b3f085e6a2
commit d4aa17dc43
12 changed files with 1 additions and 22 deletions

View File

@ -17,4 +17,4 @@ RDEPENDS:${PN} += "\
python3-threading \
"
BBCLASSEXTEND = "native nativesdk"
BBCLASSEXTEND = "native"

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

@ -17,5 +17,3 @@ RDEPENDS:${PN} += "\
python3-six \
python3-stevedore \
"
BBCLASSEXTEND = "native"

View File

@ -27,5 +27,3 @@ RDEPENDS:${PN} += " \
python3-typing-extensions \
python3-wrapt \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -27,5 +27,3 @@ do_install_ptest() {
install -d ${D}${PTEST_PATH}
cp -rf ${S}/tests ${D}${PTEST_PATH}
}
BBCLASSEXTEND = "native nativesdk"

View File

@ -22,4 +22,3 @@ RDEPENDS:${PN} = " \
python3-ninja-syntax \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -20,5 +20,3 @@ RDEPENDS:${PN} = "\
${PYTHON_PN}-fcntl \
libudev \
"
BBCLASSEXTEND = "native nativesdk"

View File

@ -13,5 +13,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

@ -49,5 +49,3 @@ ALTERNATIVE:${PN} = "mof_compiler"
ALTERNATIVE_TARGET[mof_compiler] = "${bindir}/mof_compiler"
ALTERNATIVE_PRIORITY = "60"
BBCLASSEXTEND = "native"