diff options
author | bmouring@ni.com <bmouring@ni.com> | 2016-01-25 08:49:20 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-26 22:31:09 +0000 |
commit | 72027dea342a6f3a9fe35f1a04ce59728e21863a (patch) | |
tree | 153f9a062b3083b53ae29082e66e1d3fcffd19b4 /meta/recipes-connectivity/avahi/avahi.inc | |
parent | ffd00f9a733a260f1f2b802662c45c1ec8c86c2f (diff) | |
download | openembedded-core-72027dea342a6f3a9fe35f1a04ce59728e21863a.tar.gz openembedded-core-72027dea342a6f3a9fe35f1a04ce59728e21863a.tar.bz2 openembedded-core-72027dea342a6f3a9fe35f1a04ce59728e21863a.zip |
avahi: Add patch to fix Win10 mDNS issues
Windows 10 will respond to mDNS messages when it really shouldn't,
resulting in a lot of logging. Pulling the change from avahi upstream.
This will be fixed in avahi 0.6.32
External References:
https://bugs.launchpad.net/ubuntu/+source/avahi/+bug/1342400
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794145
https://bugzilla.redhat.com/show_bug.cgi?id=1240711
https://social.technet.microsoft.com/Forums/en-US/b334e797-ef80-4525-b74a-b4830420a14e/windows-10-spams-network-with-invalid-mdns-response-packets?forum=win10itpronetworking
Signed-off-by: Brad Mouring <brad.mouring@ni.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/avahi/avahi.inc')
-rw-r--r-- | meta/recipes-connectivity/avahi/avahi.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc index 825197d610..3d22e4cd77 100644 --- a/meta/recipes-connectivity/avahi/avahi.inc +++ b/meta/recipes-connectivity/avahi/avahi.inc @@ -27,6 +27,7 @@ SRC_URI = "http://avahi.org/download/avahi-${PV}.tar.gz \ file://out-of-tree.patch \ file://0001-avahi-fix-avahi-status-command-error-prompt.patch \ file://reuseport-check.patch \ + file://0001-Don-t-log-warnings-about-invalid-packets-Fixes-lathi.patch \ " USERADD_PACKAGES = "avahi-daemon avahi-autoipd" |