aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-matplotlib_3.2.1.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-20 23:32:18 +0100
committerArmin Kuster <akuster808@gmail.com>2023-12-13 13:44:36 -0500
commitab09c5843edc970bfe9a8d42ac4d02bee2247322 (patch)
treec66a872159aabad8940b05de1eb93d2437d16d3e /meta-python/recipes-devtools/python/python3-matplotlib_3.2.1.bb
parentbcfb9cc394bd9db841ddbd9f53f6cb0a3b93ad1b (diff)
downloadmeta-openembedded-contrib-ab09c5843edc970bfe9a8d42ac4d02bee2247322.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> (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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-matplotlib_3.2.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-matplotlib_3.2.1.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-matplotlib_3.2.1.bb b/meta-python/recipes-devtools/python/python3-matplotlib_3.2.1.bb
index 33f0efe846..57d38e60ba 100644
--- a/meta-python/recipes-devtools/python/python3-matplotlib_3.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-matplotlib_3.2.1.bb
@@ -34,5 +34,3 @@ RDEPENDS_${PN} = "\
python3-pytz \
python3-pillow \
"
-
-BBCLASSEXTEND = "native"