mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 10:13:03 +01:00
world-broken.inc: Remove
Move still required entries as COMPATIBLE_HOST_libc-musl = 'null' to individual recipes. This also gives users a proper error message when trying to build a known non-building package. (From OE-Core rev: 8bbb17d2dcafa9b4e26941a55932f4be2782e1d1) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b0efa1952c
commit
ed929bed4c
@@ -1,7 +1,6 @@
|
||||
include conf/distro/include/default-providers.inc
|
||||
include conf/distro/include/default-versions.inc
|
||||
include conf/distro/include/default-distrovars.inc
|
||||
include conf/distro/include/world-broken.inc
|
||||
include conf/distro/include/maintainers.inc
|
||||
|
||||
TCMODE ?= "default"
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# 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"
|
||||
@@ -36,6 +36,9 @@ SRC_URI = "git://git.yoctoproject.org/prelink-cross.git;branch=cross_prelink_sta
|
||||
"
|
||||
UPSTREAM_CHECK_COMMITS = "1"
|
||||
|
||||
# error: error.h: No such file or directory
|
||||
COMPATIBLE_HOST_libc-musl = 'null'
|
||||
|
||||
TARGET_OS_ORIG := "${TARGET_OS}"
|
||||
OVERRIDES_append = ":${TARGET_OS_ORIG}"
|
||||
|
||||
|
||||
@@ -12,3 +12,5 @@ SRCREV = "060058bb29f70b244e685b3c704eb0641b736f73"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.9.0+git${SRCPV}"
|
||||
|
||||
# error: use of undeclared identifier '_STAT_VER'
|
||||
COMPATIBLE_HOST_libc-musl = 'null'
|
||||
|
||||
@@ -2,6 +2,10 @@ BBCLASSEXTEND = "nativesdk"
|
||||
|
||||
require qemu.inc
|
||||
|
||||
# error: a parameter list without types is only allowed in a function definition
|
||||
# void (*_function)(sigval_t);
|
||||
COMPATIBLE_HOST_libc-musl = 'null'
|
||||
|
||||
DEPENDS = "glib-2.0 zlib pixman bison-native"
|
||||
|
||||
RDEPENDS_${PN}_class-target += "bash"
|
||||
|
||||
@@ -14,6 +14,10 @@ SRC_URI += " \
|
||||
file://run-ptest \
|
||||
file://rt_bmark.py \
|
||||
"
|
||||
|
||||
# rt-tests needs PI mutex support in libc
|
||||
COMPATIBLE_HOST_libc-musl = 'null'
|
||||
|
||||
# Do not install hwlatdetect
|
||||
EXTRA_OEMAKE += "PYLIB=''"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user