summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-24 12:11:53 +0100
committerArmin Kuster <akuster808@gmail.com>2023-11-01 08:16:30 -0400
commitd92a059e210bc1282c817044c501df6ecba7affd (patch)
treec63e2a701d5b62d6a3cf63c21201bc7f718c69ec
parenta5cb4cc7d48f54c76ebbd32373cd677b8e6a0d97 (diff)
downloadmeta-openembedded-d92a059e210bc1282c817044c501df6ecba7affd.tar.gz
meta-networking: 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 e1b332f2eff7df2336ff87917cd48249edf763a2) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.18.bb2
-rw-r--r--meta-networking/recipes-support/netsniff-ng/netsniff-ng_0.6.8.bb2
2 files changed, 1 insertions, 3 deletions
diff --git a/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.18.bb b/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.18.bb
index 0c9ccc810d..7685cc9287 100644
--- a/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.18.bb
+++ b/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.18.bb
@@ -88,5 +88,3 @@ INITSCRIPT_PARAMS = "defaults 30"
88USERADD_PACKAGES = "${PN}" 88USERADD_PACKAGES = "${PN}"
89USERADD_PARAM:${PN} = "--system --no-create-home --shell /bin/false \ 89USERADD_PARAM:${PN} = "--system --no-create-home --shell /bin/false \
90 --user-group mosquitto" 90 --user-group mosquitto"
91
92BBCLASSEXTEND += "native nativesdk"
diff --git a/meta-networking/recipes-support/netsniff-ng/netsniff-ng_0.6.8.bb b/meta-networking/recipes-support/netsniff-ng/netsniff-ng_0.6.8.bb
index 004330e1b4..341eab015c 100644
--- a/meta-networking/recipes-support/netsniff-ng/netsniff-ng_0.6.8.bb
+++ b/meta-networking/recipes-support/netsniff-ng/netsniff-ng_0.6.8.bb
@@ -33,4 +33,4 @@ do_install() {
33 oe_runmake DESTDIR=${D} netsniff-ng_install 33 oe_runmake DESTDIR=${D} netsniff-ng_install
34} 34}
35 35
36BBCLASSEXTEND = "native nativesdk" 36BBCLASSEXTEND = "native"