mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
2754eb92db
commit
c6351749d6
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user