mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
world-broken.inc: blacklist portmap on musl
portmap was dropped in rocko and later and doesn't work with libtirpc so don't build it for musl (From OE-Core rev: ceeda7a60c613a93f7bd3c8234010d34e3e98b3b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
6dc5aa98ce
commit
17db601851
|
@ -28,6 +28,10 @@ EXCLUDE_FROM_WORLD_pn-lttng-tools_libc-musl = "1"
|
|||
EXCLUDE_FROM_WORLD_pn-systemtap_libc-musl = "1"
|
||||
EXCLUDE_FROM_WORLD_pn-systemtap-uprobes_libc-musl = "1"
|
||||
|
||||
# portmap.c:488:32: error: 'struct sockaddr_in6' has no member named 'sin_port'; did you mean 'sin6_port'?
|
||||
# We removed portmap in rocko onwards and it doesn't work with libtirpc
|
||||
EXCLUDE_FROM_WORLD_pn-portmap_libc-musl = "1"
|
||||
|
||||
# error: a parameter list without types is only allowed in a function definition
|
||||
# void (*_function)(sigval_t);
|
||||
EXCLUDE_FROM_WORLD_pn-qemu_libc-musl = "1"
|
||||
|
|
Loading…
Reference in New Issue
Block a user