summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-autobahn_23.6.2.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-24 12:09:21 +0100
committerKhem Raj <raj.khem@gmail.com>2023-10-24 09:08:45 -0700
commitd4aa17dc436beb96a804860bc6d18cf72283709e (patch)
tree42efc4c08b971ef10f427dbd907accd7294f3946 /meta-python/recipes-devtools/python/python3-autobahn_23.6.2.bb
parentb3f085e6a2aa2c40efaf6ee475e68121cad1c054 (diff)
downloadmeta-openembedded-d4aa17dc436beb96a804860bc6d18cf72283709e.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-autobahn_23.6.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-autobahn_23.6.2.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-autobahn_23.6.2.bb b/meta-python/recipes-devtools/python/python3-autobahn_23.6.2.bb
index 54c8f23fc..42a8e0e7b 100644
--- a/meta-python/recipes-devtools/python/python3-autobahn_23.6.2.bb
+++ b/meta-python/recipes-devtools/python/python3-autobahn_23.6.2.bb
@@ -19,5 +19,3 @@ RDEPENDS:${PN} += " \
19 ${PYTHON_PN}-txaio \ 19 ${PYTHON_PN}-txaio \
20 ${PYTHON_PN}-six \ 20 ${PYTHON_PN}-six \
21" 21"
22
23BBCLASSEXTEND = "native nativesdk"