From c996d57724077c91747b74fb2c8f6c3abf557005 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Thu, 26 Oct 2023 20:43:36 +0200 Subject: [PATCH] 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 Signed-off-by: Khem Raj (cherry picked from commit ad27cdd560fe9947a0e0f822d6a71bac5d2e4a7e) Signed-off-by: Armin Kuster --- .../recipes-connectivity/mosquitto/mosquitto_2.0.18.bb | 2 ++ 1 file changed, 2 insertions(+) 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" USERADD_PACKAGES = "${PN}" USERADD_PARAM:${PN} = "--system --no-create-home --shell /bin/false \ --user-group mosquitto" + +BBCLASSEXTEND = "native"