diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-03-11 21:40:51 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-15 15:47:59 -0700 |
commit | 8fed6fc343f60ea199561161b13776ee84dd854e (patch) | |
tree | 9c2beb7ef7b0afcc32582ee2094d6fe6be443670 /meta/conf/distro | |
parent | 1379647a05332b28b7823a65a34ab8aed37785a4 (diff) | |
download | poky-8fed6fc343f60ea199561161b13776ee84dd854e.tar.gz |
unfs3: Fix build with musl
Should also fix build on new build hosts where
with glibc 2.27 rpc support is dropped in favor
of libtirpc
(From OE-Core rev: 62552a76b65b7ab5fa71b188537ae0582c3cbaea)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/world-broken.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/conf/distro/include/world-broken.inc b/meta/conf/distro/include/world-broken.inc index d4bdddfcfe..0166963329 100644 --- a/meta/conf/distro/include/world-broken.inc +++ b/meta/conf/distro/include/world-broken.inc | |||
@@ -5,11 +5,6 @@ | |||
5 | # rt-tests needs PI mutex support in libc | 5 | # rt-tests needs PI mutex support in libc |
6 | EXCLUDE_FROM_WORLD_pn-rt-tests_libc-musl = "1" | 6 | EXCLUDE_FROM_WORLD_pn-rt-tests_libc-musl = "1" |
7 | 7 | ||
8 | # error: no member named 'sin_port' in 'struct sockaddr_in6' | ||
9 | # this is due to libtirpc using ipv6 but portmap rpc expecting ipv4 | ||
10 | EXCLUDE_FROM_WORLD_pn-portmap_libc-musl = "1" | ||
11 | EXCLUDE_FROM_WORLD_pn-unfs3_libc-musl = "1" | ||
12 | |||
13 | # error: use of undeclared identifier '_STAT_VER' | 8 | # error: use of undeclared identifier '_STAT_VER' |
14 | EXCLUDE_FROM_WORLD_pn-pseudo_libc-musl = "1" | 9 | EXCLUDE_FROM_WORLD_pn-pseudo_libc-musl = "1" |
15 | 10 | ||