diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-05-18 18:24:00 -0700 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-06-01 19:35:50 -0400 |
commit | 9a13040d7b10b9f7221f8190e75aa249bfacee9d (patch) | |
tree | 169a93cb8fd1dc96970b5c538d65bcee36f0cf1d /meta-networking/recipes-support/ntp | |
parent | 387824f1763c573fd05c97c4b94122350717340c (diff) | |
download | meta-openembedded-9a13040d7b10b9f7221f8190e75aa249bfacee9d.tar.gz |
ntp: avoid floating dependency on mdns (aka mDNSResponder)
An mdns package is provided by meta-intel-iot-middleware.
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support/ntp')
-rw-r--r-- | meta-networking/recipes-support/ntp/ntp_4.2.8p7.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 ff4ba6415..d242f930a 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" | |||
56 | PACKAGECONFIG[readline] = "--with-lineeditlibs,--without-lineeditlibs,readline" | 56 | PACKAGECONFIG[readline] = "--with-lineeditlibs,--without-lineeditlibs,readline" |
57 | PACKAGECONFIG[refclocks] = "--enable-all-clocks,--disable-all-clocks,pps-tools" | 57 | PACKAGECONFIG[refclocks] = "--enable-all-clocks,--disable-all-clocks,pps-tools" |
58 | PACKAGECONFIG[debug] = "--enable-debugging,--disable-debugging" | 58 | PACKAGECONFIG[debug] = "--enable-debugging,--disable-debugging" |
59 | PACKAGECONFIG[mdns] = "ac_cv_header_dns_sd_h=yes,ac_cv_header_dns_sd_h=no,mdns" | ||
59 | 60 | ||
60 | do_install_append() { | 61 | do_install_append() { |
61 | install -d ${D}${sysconfdir}/init.d | 62 | install -d ${D}${sysconfdir}/init.d |