mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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: f5992ee01fca27d5fdfb9108f436adfcb49f1ae7) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -5,11 +5,6 @@
|
||||
# rt-tests needs PI mutex support in libc
|
||||
EXCLUDE_FROM_WORLD_pn-rt-tests_libc-musl = "1"
|
||||
|
||||
# error: no member named 'sin_port' in 'struct sockaddr_in6'
|
||||
# this is due to libtirpc using ipv6 but portmap rpc expecting ipv4
|
||||
EXCLUDE_FROM_WORLD_pn-portmap_libc-musl = "1"
|
||||
EXCLUDE_FROM_WORLD_pn-unfs3_libc-musl = "1"
|
||||
|
||||
# error: use of undeclared identifier '_STAT_VER'
|
||||
EXCLUDE_FROM_WORLD_pn-pseudo_libc-musl = "1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user