summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/iputils/iputils_s20151218.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-01-06 14:18:00 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-24 09:40:29 +0000
commitea9dc990a98b40358ed60f1efbc7d0c2e4e2ca9e (patch)
tree1b1ccb0a509932d6de1294e2271a05d07cdf6679 /meta/recipes-extended/iputils/iputils_s20151218.bb
parentb207868cddcad850078fd061c4150c6ff92acbba (diff)
downloadpoky-ea9dc990a98b40358ed60f1efbc7d0c2e4e2ca9e.tar.gz
iputils: Use member based initialization for mrghdr struct
Fix build with musl uclibc and glibc dont agree on structure of the struct, musl rightly adds padding elements, so when doing anonymous initialization struct elements gets wrongly mapped on 64bit arches (From OE-Core rev: 3c54b18797eb26d2045fd506d2b0c8b996a0396c) Signed-off-by: Khem Raj <raj.khem@gmail.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.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/iputils/iputils_s20151218.bb b/meta/recipes-extended/iputils/iputils_s20151218.bb
index 4c3523d425..62c3c818ba 100644
--- a/meta/recipes-extended/iputils/iputils_s20151218.bb
+++ b/meta/recipes-extended/iputils/iputils_s20151218.bb
@@ -18,6 +18,8 @@ SRC_URI = "http://www.skbuff.net/iputils/${BPN}-${PV}.tar.bz2 \
18 file://debian/use_gethostbyname2.diff \ 18 file://debian/use_gethostbyname2.diff \
19 file://debian/targets.diff \ 19 file://debian/targets.diff \
20 file://nsgmls-path-fix.patch \ 20 file://nsgmls-path-fix.patch \
21 file://0001-Fix-header-inclusion-for-musl.patch \
22 file://0001-Intialize-struct-elements-by-name.patch \
21 " 23 "
22 24
23SRC_URI[md5sum] = "8aaa7395f27dff9f57ae016d4bc753ce" 25SRC_URI[md5sum] = "8aaa7395f27dff9f57ae016d4bc753ce"