summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/iputils/iputils_s20151218.bb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2017-09-07 10:37:10 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-11 17:30:29 +0100
commit5764589c3d668388e8fe5f3ca4e55487f1db35cd (patch)
treeb3dc645e863406a1691e39d05f39ee06fb4846b6 /meta/recipes-extended/iputils/iputils_s20151218.bb
parent3cf90c0205209d8c3e728271a59493a48714179e (diff)
downloadpoky-5764589c3d668388e8fe5f3ca4e55487f1db35cd.tar.gz
iputils: backport patch to fix arping hang problem
arping hangs if SIGALARM is blocked. Backport a patch to fix this problem. Unblock SIGALRM so that the previously called alarm() can prevent recvfrom() from blocking forever in case the inherited procmask is blocking SIGALRM and no packet is received. (From OE-Core rev: 818d4a97763c69e9289fb99822535cd3ca7af6a2) Signed-off-by: Chen Qi <Qi.Chen@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-extended/iputils/iputils_s20151218.bb')
-rw-r--r--meta/recipes-extended/iputils/iputils_s20151218.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/iputils/iputils_s20151218.bb b/meta/recipes-extended/iputils/iputils_s20151218.bb
index 0d4dd1b17c..46de6fc444 100644
--- a/meta/recipes-extended/iputils/iputils_s20151218.bb
+++ b/meta/recipes-extended/iputils/iputils_s20151218.bb
@@ -20,6 +20,7 @@ SRC_URI = "http://www.skbuff.net/iputils/${BPN}-${PV}.tar.bz2 \
20 file://nsgmls-path-fix.patch \ 20 file://nsgmls-path-fix.patch \
21 file://0001-Fix-header-inclusion-for-musl.patch \ 21 file://0001-Fix-header-inclusion-for-musl.patch \
22 file://0001-Intialize-struct-elements-by-name.patch \ 22 file://0001-Intialize-struct-elements-by-name.patch \
23 file://arping-fix-arping-hang-if-SIGALRM-is-blocked.patch \
23 " 24 "
24 25
25SRC_URI[md5sum] = "8aaa7395f27dff9f57ae016d4bc753ce" 26SRC_URI[md5sum] = "8aaa7395f27dff9f57ae016d4bc753ce"