summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGianfranco Costamagna <costamagna.gianfranco@gmail.com>2023-09-12 19:28:10 +0200
committerKhem Raj <raj.khem@gmail.com>2023-09-12 19:34:09 -0700
commit66ec22d090efecef8055bff44933478b37ee2023 (patch)
tree082fce8182cdb4cf7db2c68617ba57ab1355fe31
parent49c97b4eefa6efc87f023c07ce6fbb7a93c79a0f (diff)
downloadmeta-openembedded-66ec22d090efecef8055bff44933478b37ee2023.tar.gz
mosquitto: do not automatically depend on dlt-daemon, it's a non-mandatory logging system
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.15.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.15.bb b/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.15.bb
index d06dd2d9ca..eea672a706 100644
--- a/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.15.bb
+++ b/meta-networking/recipes-connectivity/mosquitto/mosquitto_2.0.15.bb
@@ -23,7 +23,7 @@ SRC_URI[sha256sum] = "4735b1d32e3f91c7a8896741d88a3022e89730a1ee897946decfa0df27
23 23
24inherit systemd update-rc.d useradd cmake pkgconfig 24inherit systemd update-rc.d useradd cmake pkgconfig
25 25
26PACKAGECONFIG ??= "ssl dlt websockets \ 26PACKAGECONFIG ??= "ssl websockets \
27 ${@bb.utils.filter('DISTRO_FEATURES','systemd', d)} \ 27 ${@bb.utils.filter('DISTRO_FEATURES','systemd', d)} \
28 " 28 "
29 29