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 06:27:18 -0700 |
commit | 636d1be38f2453b122605197fa746826c0ddf682 (patch) | |
tree | da2c2313fe0d4cebddd01ac002c0b77a6a4c0c50 /meta/conf/distro/include | |
parent | 459f177c9e8f888e93663e1fddb16bb499ee9a0b (diff) | |
download | poky-636d1be38f2453b122605197fa746826c0ddf682.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: 86f4c68c76098d6735b4cb640996d748b8ff82fb)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro/include')
-rw-r--r-- | meta/conf/distro/include/world-broken.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/conf/distro/include/world-broken.inc b/meta/conf/distro/include/world-broken.inc index 49e9516d53..42cacfdf2e 100644 --- a/meta/conf/distro/include/world-broken.inc +++ b/meta/conf/distro/include/world-broken.inc | |||
@@ -5,10 +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-unfs3_libc-musl = "1" | ||
11 | |||
12 | # error: use of undeclared identifier '_STAT_VER' | 8 | # error: use of undeclared identifier '_STAT_VER' |
13 | EXCLUDE_FROM_WORLD_pn-pseudo_libc-musl = "1" | 9 | EXCLUDE_FROM_WORLD_pn-pseudo_libc-musl = "1" |
14 | 10 | ||