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

git at git.openembedded.org git at git.openembedded.org
Wed Aug 17 18:06:58 UTC 2016


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

commit bee5bfb29d582e6c31a875b6905558d15cec8767
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>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
    (cherry picked from commit 9a13040d7b10b9f7221f8190e75aa249bfacee9d)
    Signed-off-by: Armin Kuster <akuster808 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