From 4381daa153c6ad0fd2b5e6dced291f72cff0adc0 Mon Sep 17 00:00:00 2001 From: Martin Kelly Date: Fri, 5 Jun 2020 14:15:58 -0700 Subject: mosquitto: add native, nativesdk support Signed-off-by: Martin Kelly Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.10.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.10.bb b/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.10.bb index 31b5f678df..3961866da6 100644 --- a/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.10.bb +++ b/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.10.bb @@ -85,3 +85,5 @@ INITSCRIPT_PARAMS = "defaults 30" USERADD_PACKAGES = "${PN}" USERADD_PARAM_${PN} = "--system --no-create-home --shell /bin/false \ --user-group mosquitto" + +BBCLASSEXTEND += "native nativesdk" -- cgit v1.2.3-54-g00ecf