summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-24 12:11:53 +0100
committerKhem Raj <raj.khem@gmail.com>2023-10-24 09:08:45 -0700
commite1b332f2eff7df2336ff87917cd48249edf763a2 (patch)
treeef6bc26b5df976d920d60df91ebb933b64df83cd /meta-networking/recipes-connectivity
parent9962d57f7c235873de0a0bb192b5f56747762fc7 (diff)
downloadmeta-openembedded-e1b332f2eff7df2336ff87917cd48249edf763a2.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>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r--meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.18.bb2
1 files changed, 0 insertions, 2 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 0c9ccc810..7685cc928 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"