mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user