diff mbox series

[meta-networking,PATCHv2,2/2] mosquitto: Support building for native again

Message ID 20231026184336.3918308-2-pkj@axis.com
State Under Review
Headers show
Series [meta-oe,PATCHv2,1/2] libwebsockets: Support building for native | expand

Commit Message

Peter Kjellerstedt Oct. 26, 2023, 6:43 p.m. UTC
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>
---

PATCHv2: No changes.

 .../recipes-connectivity/mosquitto/mosquitto_2.0.18.bb          | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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 7685cc928..ea9eb4857 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"
 USERADD_PACKAGES = "${PN}"
 USERADD_PARAM:${PN} = "--system --no-create-home --shell /bin/false \
                        --user-group mosquitto"
+
+BBCLASSEXTEND = "native"