mirror of
https://git.yoctoproject.org/poky
synced 2026-02-16 05:33:03 +01:00
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>
28 lines
953 B
PHP
28 lines
953 B
PHP
#
|
|
# Exclude known broken packages
|
|
#
|
|
|
|
# rt-tests needs PI mutex support in libc
|
|
EXCLUDE_FROM_WORLD_pn-rt-tests_libc-musl = "1"
|
|
|
|
# error: use of undeclared identifier '_STAT_VER'
|
|
EXCLUDE_FROM_WORLD_pn-pseudo_libc-musl = "1"
|
|
|
|
# error: error.h: No such file or directory
|
|
EXCLUDE_FROM_WORLD_pn-prelink_libc-musl = "1"
|
|
|
|
# error: obstack.h: No such file or directory
|
|
EXCLUDE_FROM_WORLD_pn-systemtap_libc-musl = "1"
|
|
EXCLUDE_FROM_WORLD_pn-systemtap-uprobes_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"
|
|
|
|
# error: format '%s' expects argument of type 'char *', but argument 4 has type 'int' [-Werror=format=]
|
|
# snprintf(buf, size, "%s", strerror_r(err, sbuf, sizeof(sbuf)));
|
|
EXCLUDE_FROM_WORLD_pn-perf_libc-musl = "1"
|
|
|
|
# error: 'RTLD_NEXT' was not declared in this scope
|
|
EXCLUDE_FROM_WORLD_pn-gcc-sanitizers_libc-musl = "1"
|