aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity
diff options
context:
space:
mode:
authorMartin Kelly <mkelly@xevo.com>2020-06-05 14:15:58 -0700
committerKhem Raj <raj.khem@gmail.com>2020-06-08 13:58:03 -0700
commit4381daa153c6ad0fd2b5e6dced291f72cff0adc0 (patch)
tree9c8a1e9fbd4075fce5d2107036c54ecb738e25a2 /meta-networking/recipes-connectivity
parentea5088d719176bf0bdb1d14953f7775f564579a8 (diff)
downloadmeta-openembedded-4381daa153c6ad0fd2b5e6dced291f72cff0adc0.tar.gz
mosquitto: add native, nativesdk support
Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-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"
USERADD_PACKAGES = "${PN}"
USERADD_PARAM_${PN} = "--system --no-create-home --shell /bin/false \
--user-group mosquitto"
+
+BBCLASSEXTEND += "native nativesdk"