[oe] [meta-networking][PATCH] ntp: avoid floating dependency on mdns (aka mDNSResponder)

Andre McCurdy armccurdy at gmail.com
Thu May 19 01:24:00 UTC 2016


An mdns package is provided by meta-intel-iot-middleware.

Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
---
 meta-networking/recipes-support/ntp/ntp_4.2.8p7.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-networking/recipes-support/ntp/ntp_4.2.8p7.bb b/meta-networking/recipes-support/ntp/ntp_4.2.8p7.bb
index ff4ba64..d242f93 100644
--- a/meta-networking/recipes-support/ntp/ntp_4.2.8p7.bb
+++ b/meta-networking/recipes-support/ntp/ntp_4.2.8p7.bb
@@ -56,6 +56,7 @@ PACKAGECONFIG[cap] = "--enable-linuxcaps,--disable-linuxcaps,libcap"
 PACKAGECONFIG[readline] = "--with-lineeditlibs,--without-lineeditlibs,readline"
 PACKAGECONFIG[refclocks] = "--enable-all-clocks,--disable-all-clocks,pps-tools"
 PACKAGECONFIG[debug] = "--enable-debugging,--disable-debugging"
+PACKAGECONFIG[mdns] = "ac_cv_header_dns_sd_h=yes,ac_cv_header_dns_sd_h=no,mdns"
 
 do_install_append() {
     install -d ${D}${sysconfdir}/init.d
-- 
1.9.1




More information about the Openembedded-devel mailing list