mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 06:45:32 +01:00
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:
parent
b3f085e6a2
commit
d4aa17dc43
|
|
@ -17,4 +17,4 @@ RDEPENDS:${PN} += "\
|
|||
python3-threading \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
|
|
|||
|
|
@ -11,5 +11,3 @@ RDEPENDS:${PN} += " \
|
|||
${PYTHON_PN}-jinja2 \
|
||||
${PYTHON_PN}-aiohttp \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
|
|
|||
|
|
@ -19,5 +19,3 @@ RDEPENDS:${PN} += " \
|
|||
${PYTHON_PN}-txaio \
|
||||
${PYTHON_PN}-six \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
|
|
|||
|
|
@ -17,5 +17,3 @@ RDEPENDS:${PN} += "\
|
|||
python3-six \
|
||||
python3-stevedore \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
|
|
|||
|
|
@ -27,5 +27,3 @@ RDEPENDS:${PN} += " \
|
|||
python3-typing-extensions \
|
||||
python3-wrapt \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
|
|
|||
|
|
@ -27,5 +27,3 @@ do_install_ptest() {
|
|||
install -d ${D}${PTEST_PATH}
|
||||
cp -rf ${S}/tests ${D}${PTEST_PATH}
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
|
|
|||
|
|
@ -22,4 +22,3 @@ RDEPENDS:${PN} = " \
|
|||
python3-ninja-syntax \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
|
|
|||
|
|
@ -20,5 +20,3 @@ RDEPENDS:${PN} = "\
|
|||
${PYTHON_PN}-fcntl \
|
||||
libudev \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
|
|
|||
|
|
@ -13,5 +13,3 @@ RDEPENDS:${PN} += " \
|
|||
${PYTHON_PN}-pyserial \
|
||||
${PYTHON_PN}-robotframework \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
|
|
|||
|
|
@ -11,5 +11,3 @@ inherit pypi setuptools3
|
|||
PYPI_PACKAGE = "python-snappy"
|
||||
|
||||
RDEPENDS:${PN} += "snappy"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
|
|
|||
|
|
@ -10,5 +10,3 @@ inherit pypi setuptools3
|
|||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-twisted \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
|
|
|||
|
|
@ -49,5 +49,3 @@ ALTERNATIVE:${PN} = "mof_compiler"
|
|||
ALTERNATIVE_TARGET[mof_compiler] = "${bindir}/mof_compiler"
|
||||
|
||||
ALTERNATIVE_PRIORITY = "60"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user