From d148bc49409ea8cb293ff9141c3b05ce44241b4f Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Sun, 8 Mar 2020 09:00:07 +0100 Subject: mosquitto: do not enable srv by default Rationale can be found in the Debian packaging (debian/changelog): Revert change enabling SRV functionality, it is disabled by default upstream and of little benefit to any end user, but adds reasonable complexity to the code. Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.9.bb b/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.9.bb index a0321a36fc..de43aae736 100644 --- a/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.9.bb +++ b/meta-networking/recipes-connectivity/mosquitto/mosquitto_1.6.9.bb @@ -25,7 +25,7 @@ SRC_URI[sha256sum] = "412979b2db0a0020bd02fa64f0a0de9e7000b84462586e32b67f29bb1f inherit systemd update-rc.d useradd cmake -PACKAGECONFIG ??= "ssl dlt websockets dns-srv\ +PACKAGECONFIG ??= "ssl dlt websockets \ ${@bb.utils.filter('DISTRO_FEATURES','systemd', d)} \ " -- cgit v1.2.3-54-g00ecf