aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2016-05-18 18:24:00 -0700
committerArmin Kuster <akuster808@gmail.com>2016-09-18 13:22:12 -0700
commit71a357f9f21fac3dc45699a5546b3db12f6bfb6b (patch)
treecc666062dc9a89e6951146f41d22487f3692c88e
parenta99dfa58cb3e2919ae272040ebd0b85988bc708c (diff)
downloadmeta-openembedded-contrib-71a357f9f21fac3dc45699a5546b3db12f6bfb6b.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> (cherry picked from commit 9a13040d7b10b9f7221f8190e75aa249bfacee9d) Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit bee5bfb29d582e6c31a875b6905558d15cec8767) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-networking/recipes-support/ntp/ntp_4.2.8p7.bb1
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 fba2f5ed16..428a7f86ae 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