diff mbox series

[meta-oe] mosquitto: do not automatically depend on dlt-daemon, it's a non-mandatory logging system

Message ID 20230912172810.2259791-1-costamagnagianfranco@yahoo.it
State Under Review
Headers show
Series [meta-oe] mosquitto: do not automatically depend on dlt-daemon, it's a non-mandatory logging system | expand

Commit Message

Gianfranco Costamagna Sept. 12, 2023, 5:28 p.m. UTC
---
 .../recipes-connectivity/mosquitto/mosquitto_2.0.15.bb          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 d06dd2d9c..eea672a70 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
 
 inherit systemd update-rc.d useradd cmake pkgconfig
 
-PACKAGECONFIG ??= "ssl dlt websockets \
+PACKAGECONFIG ??= "ssl websockets \
                   ${@bb.utils.filter('DISTRO_FEATURES','systemd', d)} \
                   "