meta-oe: Replace EXCLUDE_FROM_WORLD_libc-musl = "1" with COMPATIBLE_HOST_libc-musl = 'null'

This gives users a proper error message when trying to build
a known non-building package.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Adrian Bunk 2019-08-30 18:48:07 +03:00 committed by Khem Raj
parent 2754eb92db
commit c6351749d6
4 changed files with 4 additions and 4 deletions

View File

@ -117,4 +117,4 @@ RDEPENDS_${PN}_class-cross = ""
ARM_INSTRUCTION_SET = "arm"
# http://errors.yoctoproject.org/Errors/Details/186964/
EXCLUDE_FROM_WORLD_libc-musl = "1"
COMPATIBLE_HOST_libc-musl = 'null'

View File

@ -43,4 +43,4 @@ do_install_append() {
}
# http://errors.yoctoproject.org/Errors/Details/186966/
EXCLUDE_FROM_WORLD_libc-musl = "1"
COMPATIBLE_HOST_libc-musl = 'null'

View File

@ -19,4 +19,4 @@ do_configure_prepend () {
}
# http://errors.yoctoproject.org/Errors/Details/186961/
EXCLUDE_FROM_WORLD_libc-musl = "1"
COMPATIBLE_HOST_libc-musl = 'null'

View File

@ -65,4 +65,4 @@ do_install () {
RDEPENDS_${PN} +="bash"
# http://errors.yoctoproject.org/Errors/Details/186956/
EXCLUDE_FROM_WORLD_libc-musl = "1"
COMPATIBLE_HOST_libc-musl = 'null'