From 7688d9c8ecf145f826b535c4a5d0d95efab36db4 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 24 Oct 2023 12:09:21 +0100 Subject: 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 Signed-off-by: Khem Raj (cherry picked from commit d4aa17dc436beb96a804860bc6d18cf72283709e) Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-covdefaults_2.3.0.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta-python/recipes-devtools/python/python3-covdefaults_2.3.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-covdefaults_2.3.0.bb b/meta-python/recipes-devtools/python/python3-covdefaults_2.3.0.bb index b7709aa1ca..a0ef2af828 100644 --- a/meta-python/recipes-devtools/python/python3-covdefaults_2.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-covdefaults_2.3.0.bb @@ -27,5 +27,3 @@ do_install_ptest() { install -d ${D}${PTEST_PATH} cp -rf ${S}/tests ${D}${PTEST_PATH} } - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf