summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2023-10-26 20:43:36 +0200
committerKhem Raj <raj.khem@gmail.com>2023-10-26 12:00:14 -0700
commitad27cdd560fe9947a0e0f822d6a71bac5d2e4a7e (patch)
tree1a6d70ac817859345cc21cfd36df8f4331227382 /meta-networking
parentc083e0569ad80d11b4f5cfdfa89acdd4264d8152 (diff)
downloadmeta-openembedded-ad27cdd560fe9947a0e0f822d6a71bac5d2e4a7e.tar.gz
mosquitto: Support building for native again
Support for building from native was removed in commit e1b332f2e (meta-networking: Drop broken BBCLASSEXTEND variants), most likely due to no support for building libwebsockets-native. That support has now been added, so it is now possible to build mosquitto-native again. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.18.bb2
1 files changed, 2 insertions, 0 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 7685cc9287..ea9eb4857b 100644
--- a/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.18.bb
+++ b/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.18.bb
@@ -88,3 +88,5 @@ 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"