summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/avahi/avahi_0.6.32.bb
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2016-07-20 17:17:37 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-26 08:56:28 +0100
commitad625f7f9bb1e47cf92b99c21c4c0a278c643d4e (patch)
tree0309d6bd92bf2fbc4a7ba4aca33faedf27626783 /meta/recipes-connectivity/avahi/avahi_0.6.32.bb
parent05dca6eae3bd21dde42a956339b7e515835de215 (diff)
downloadpoky-ad625f7f9bb1e47cf92b99c21c4c0a278c643d4e.tar.gz
avahi: fix resource temporarily unavailable issue
It sometimes fails to run avahi with error: "Could not receive return value from daemon process". It has same root cause with https://github.com/lxc/lxc/issues/25. Backport patch to fix this issue. (From OE-Core rev: a901956968127b2eb5911d7b91f44fca46e30b25) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/avahi/avahi_0.6.32.bb')
-rw-r--r--meta/recipes-connectivity/avahi/avahi_0.6.32.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi_0.6.32.bb b/meta/recipes-connectivity/avahi/avahi_0.6.32.bb
index 6670106b1b..bfa63044ea 100644
--- a/meta/recipes-connectivity/avahi/avahi_0.6.32.bb
+++ b/meta/recipes-connectivity/avahi/avahi_0.6.32.bb
@@ -12,6 +12,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1 \
12 file://avahi-daemon/main.c;endline=21;md5=9ee77368c5407af77caaef1b07285969 \ 12 file://avahi-daemon/main.c;endline=21;md5=9ee77368c5407af77caaef1b07285969 \
13 file://avahi-client/client.h;endline=23;md5=f4ac741a25c4f434039ba3e18c8674cf" 13 file://avahi-client/client.h;endline=23;md5=f4ac741a25c4f434039ba3e18c8674cf"
14 14
15SRC_URI += "file://avahi-fix-resource-unavaiable.patch"
16
15SRC_URI[md5sum] = "22b5e705d3eabb31d26f2e1e7b074013" 17SRC_URI[md5sum] = "22b5e705d3eabb31d26f2e1e7b074013"
16SRC_URI[sha256sum] = "d54991185d514a0aba54ebeb408d7575b60f5818a772e28fa0e18b98bc1db454" 18SRC_URI[sha256sum] = "d54991185d514a0aba54ebeb408d7575b60f5818a772e28fa0e18b98bc1db454"
17 19