summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--meta-python/recipes-connectivity/python-thrift/python3-thrift_0.16.0.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.5.1.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-autobahn_23.6.2.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-bandit_1.7.5.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-can_4.2.2.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-covdefaults_2.3.0.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-ninja_1.11.1.bb1
-rw-r--r--meta-python/recipes-devtools/python/python3-pyudev_0.24.1.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.4.3.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-snappy_0.6.1.bb2
-rw-r--r--meta-python/recipes-devtools/python/python3-txaio_23.1.1.bb2
-rw-r--r--meta-python/recipes-extended/pywbem/python3-pywbem_1.6.2.bb2
12 files changed, 1 insertions, 22 deletions
diff --git a/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.16.0.bb b/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.16.0.bb
index 9bb3053885..63065e00ba 100644
--- a/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.16.0.bb
+++ b/meta-python/recipes-connectivity/python-thrift/python3-thrift_0.16.0.bb
@@ -17,4 +17,4 @@ RDEPENDS:${PN} += "\
17 python3-threading \ 17 python3-threading \
18" 18"
19 19
20BBCLASSEXTEND = "native nativesdk" 20BBCLASSEXTEND = "native"
diff --git a/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.5.1.bb b/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.5.1.bb
index 68cbb265f4..4c4ed3ffd9 100644
--- a/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-aiohttp-jinja2_1.5.1.bb
@@ -11,5 +11,3 @@ RDEPENDS:${PN} += " \
11 ${PYTHON_PN}-jinja2 \ 11 ${PYTHON_PN}-jinja2 \
12 ${PYTHON_PN}-aiohttp \ 12 ${PYTHON_PN}-aiohttp \
13" 13"
14
15BBCLASSEXTEND = "native nativesdk"
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 54c8f23fc3..42a8e0e7b5 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"
diff --git a/meta-python/recipes-devtools/python/python3-bandit_1.7.5.bb b/meta-python/recipes-devtools/python/python3-bandit_1.7.5.bb
index bccdf284e5..ede7f92e8d 100644
--- a/meta-python/recipes-devtools/python/python3-bandit_1.7.5.bb
+++ b/meta-python/recipes-devtools/python/python3-bandit_1.7.5.bb
@@ -17,5 +17,3 @@ RDEPENDS:${PN} += "\
17 python3-six \ 17 python3-six \
18 python3-stevedore \ 18 python3-stevedore \
19 " 19 "
20
21BBCLASSEXTEND = "native"
diff --git a/meta-python/recipes-devtools/python/python3-can_4.2.2.bb b/meta-python/recipes-devtools/python/python3-can_4.2.2.bb
index f3cfd17244..9ca926d66c 100644
--- a/meta-python/recipes-devtools/python/python3-can_4.2.2.bb
+++ b/meta-python/recipes-devtools/python/python3-can_4.2.2.bb
@@ -27,5 +27,3 @@ RDEPENDS:${PN} += " \
27 python3-typing-extensions \ 27 python3-typing-extensions \
28 python3-wrapt \ 28 python3-wrapt \
29" 29"
30
31BBCLASSEXTEND = "native nativesdk"
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() {
27 install -d ${D}${PTEST_PATH} 27 install -d ${D}${PTEST_PATH}
28 cp -rf ${S}/tests ${D}${PTEST_PATH} 28 cp -rf ${S}/tests ${D}${PTEST_PATH}
29} 29}
30
31BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-python/recipes-devtools/python/python3-ninja_1.11.1.bb b/meta-python/recipes-devtools/python/python3-ninja_1.11.1.bb
index 3b9077f326..dd07968f03 100644
--- a/meta-python/recipes-devtools/python/python3-ninja_1.11.1.bb
+++ b/meta-python/recipes-devtools/python/python3-ninja_1.11.1.bb
@@ -22,4 +22,3 @@ RDEPENDS:${PN} = " \
22 python3-ninja-syntax \ 22 python3-ninja-syntax \
23" 23"
24 24
25BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-python/recipes-devtools/python/python3-pyudev_0.24.1.bb b/meta-python/recipes-devtools/python/python3-pyudev_0.24.1.bb
index 98817f9312..6fcf346bc4 100644
--- a/meta-python/recipes-devtools/python/python3-pyudev_0.24.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pyudev_0.24.1.bb
@@ -20,5 +20,3 @@ RDEPENDS:${PN} = "\
20 ${PYTHON_PN}-fcntl \ 20 ${PYTHON_PN}-fcntl \
21 libudev \ 21 libudev \
22" 22"
23
24BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.4.3.bb b/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.4.3.bb
index 4ad5c3601d..4c0bd7e3ec 100644
--- a/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.4.3.bb
+++ b/meta-python/recipes-devtools/python/python3-robotframework-seriallibrary_0.4.3.bb
@@ -13,5 +13,3 @@ RDEPENDS:${PN} += " \
13 ${PYTHON_PN}-pyserial \ 13 ${PYTHON_PN}-pyserial \
14 ${PYTHON_PN}-robotframework \ 14 ${PYTHON_PN}-robotframework \
15" 15"
16
17BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-python/recipes-devtools/python/python3-snappy_0.6.1.bb b/meta-python/recipes-devtools/python/python3-snappy_0.6.1.bb
index 8a30f7cb78..bd0979d0b4 100644
--- a/meta-python/recipes-devtools/python/python3-snappy_0.6.1.bb
+++ b/meta-python/recipes-devtools/python/python3-snappy_0.6.1.bb
@@ -11,5 +11,3 @@ inherit pypi setuptools3
11PYPI_PACKAGE = "python-snappy" 11PYPI_PACKAGE = "python-snappy"
12 12
13RDEPENDS:${PN} += "snappy" 13RDEPENDS:${PN} += "snappy"
14
15BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-python/recipes-devtools/python/python3-txaio_23.1.1.bb b/meta-python/recipes-devtools/python/python3-txaio_23.1.1.bb
index 7559accf41..3b0562421b 100644
--- a/meta-python/recipes-devtools/python/python3-txaio_23.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-txaio_23.1.1.bb
@@ -10,5 +10,3 @@ inherit pypi setuptools3
10RDEPENDS:${PN} += " \ 10RDEPENDS:${PN} += " \
11 ${PYTHON_PN}-twisted \ 11 ${PYTHON_PN}-twisted \
12" 12"
13
14BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.2.bb b/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.2.bb
index 01e4719ba4..f607de7799 100644
--- a/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.2.bb
+++ b/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.2.bb
@@ -49,5 +49,3 @@ ALTERNATIVE:${PN} = "mof_compiler"
49ALTERNATIVE_TARGET[mof_compiler] = "${bindir}/mof_compiler" 49ALTERNATIVE_TARGET[mof_compiler] = "${bindir}/mof_compiler"
50 50
51ALTERNATIVE_PRIORITY = "60" 51ALTERNATIVE_PRIORITY = "60"
52
53BBCLASSEXTEND = "native"