summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/avahi/avahi.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-03-11 12:57:04 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-11 07:56:39 -0700
commitec578fa12d38ff4ae8bc29e8c47016d6265fe97a (patch)
tree85f78b7b3ba314b543c0cad734984b16747ec812 /meta/recipes-connectivity/avahi/avahi.inc
parent9e89b4eec43cebddf5016a93f19a9d4f74fa114d (diff)
downloadpoky-ec578fa12d38ff4ae8bc29e8c47016d6265fe97a.tar.gz
avahi: handle SO_REUSEPORT not being available
Linux < 3.9 doesn't have the SO_REUSEPORT option so instead of failing to start when built with >=3.9 kernel headers but booted on <3.9 kernels, continue as if SO_REUSEPORT wasn't available. (From OE-Core rev: 85e89da55f778ad3713460cb0df1435d82e94510) (From OE-Core rev: 704361888958ec790aa2855e22df2d2d87a5d982) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/avahi/avahi.inc')
-rw-r--r--meta/recipes-connectivity/avahi/avahi.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc
index 7e4baecafe..9c9f540c5d 100644
--- a/meta/recipes-connectivity/avahi/avahi.inc
+++ b/meta/recipes-connectivity/avahi/avahi.inc
@@ -25,6 +25,7 @@ SRC_URI = "http://avahi.org/download/avahi-${PV}.tar.gz \
25 file://avahi_fix_install_issue.patch \ 25 file://avahi_fix_install_issue.patch \
26 file://fix_for_automake_1.12.x.patch \ 26 file://fix_for_automake_1.12.x.patch \
27 file://out-of-tree.patch \ 27 file://out-of-tree.patch \
28 file://reuseport-check.patch \
28 " 29 "
29 30
30USERADD_PACKAGES = "avahi-daemon avahi-autoipd" 31USERADD_PACKAGES = "avahi-daemon avahi-autoipd"