[oe-commits] [meta-openembedded] 05/15: ntp: avoid floating dependency on mdns (aka mDNSResponder)

git at git.openembedded.org git at git.openembedded.org
Fri May 27 13:41:22 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 45a5b119d147564a608c3d64eb23d9c69742612c
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Wed May 18 18:24:00 2016 -0700

    ntp: avoid floating dependency on mdns (aka mDNSResponder)
    
    An mdns package is provided by meta-intel-iot-middleware.
    
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list