summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.10.bb2
1 files changed, 2 insertions, 0 deletions
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"
85USERADD_PACKAGES = "${PN}" 85USERADD_PACKAGES = "${PN}"
86USERADD_PARAM_${PN} = "--system --no-create-home --shell /bin/false \ 86USERADD_PARAM_${PN} = "--system --no-create-home --shell /bin/false \
87 --user-group mosquitto" 87 --user-group mosquitto"
88
89BBCLASSEXTEND += "native nativesdk"