mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
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. netkit-rsh already had COMPATIBLE_HOST_libc-musl = 'null'. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -62,5 +62,5 @@ SRC_URI[sha256sum] = "9c80d5c7838361a328fb6b60016d503def9ce53ad3c589f3b08ff71a2b
|
||||
FILES_${PN} += "${sbindir}/in.* ${libdir}/* ${sysconfdir}/xinetd.d/*"
|
||||
|
||||
# http://errors.yoctoproject.org/Errors/Details/186954/
|
||||
EXCLUDE_FROM_WORLD_libc-musl = "1"
|
||||
COMPATIBLE_HOST_libc-musl = 'null'
|
||||
RCONFLICTS_${PN} = "inetutils-telnetd"
|
||||
|
||||
Reference in New Issue
Block a user