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:
Adrian Bunk
2019-08-28 20:16:43 +03:00
committed by Khem Raj
parent 383e8bee87
commit 8ebe4041dd
5 changed files with 4 additions and 7 deletions
@@ -40,4 +40,4 @@ inherit autotools-brokensep
EXTRA_OEMAKE = "BIN_GROUP=root MAN_GROUP=root RDIST_MODE=755 RDISTD_MODE=755 MAN_MODE=644" EXTRA_OEMAKE = "BIN_GROUP=root MAN_GROUP=root RDIST_MODE=755 RDISTD_MODE=755 MAN_MODE=644"
# http://errors.yoctoproject.org/Errors/Details/186972/ # http://errors.yoctoproject.org/Errors/Details/186972/
EXCLUDE_FROM_WORLD_libc-musl = "1" COMPATIBLE_HOST_libc-musl = 'null'
@@ -69,4 +69,4 @@ INSANE_SKIP_${PN} = "dev-so"
RDEPENDS_${PN} += "bash python" RDEPENDS_${PN} += "bash python"
# http://errors.yoctoproject.org/Errors/Details/186970/ # http://errors.yoctoproject.org/Errors/Details/186970/
EXCLUDE_FROM_WORLD_libc-musl = "1" COMPATIBLE_HOST_libc-musl = 'null'
@@ -103,6 +103,3 @@ RPROVIDES_${PN}-server = "rshd"
RDEPENDS_${PN}-server = "xinetd" RDEPENDS_${PN}-server = "xinetd"
RDEPENDS_${PN}-server += "tcp-wrappers" RDEPENDS_${PN}-server += "tcp-wrappers"
# http://errors.yoctoproject.org/Errors/Details/186963/
EXCLUDE_FROM_WORLD_libc-musl = "1"
@@ -68,4 +68,4 @@ FILES_${PN}-dbg = "${prefix}/src/debug \
RDEPENDS_${PN}-server += "tcp-wrappers xinetd rpcbind" RDEPENDS_${PN}-server += "tcp-wrappers xinetd rpcbind"
# http://errors.yoctoproject.org/Errors/Details/186962/ # http://errors.yoctoproject.org/Errors/Details/186962/
EXCLUDE_FROM_WORLD_libc-musl = "1" COMPATIBLE_HOST_libc-musl = 'null'
@@ -62,5 +62,5 @@ SRC_URI[sha256sum] = "9c80d5c7838361a328fb6b60016d503def9ce53ad3c589f3b08ff71a2b
FILES_${PN} += "${sbindir}/in.* ${libdir}/* ${sysconfdir}/xinetd.d/*" FILES_${PN} += "${sbindir}/in.* ${libdir}/* ${sysconfdir}/xinetd.d/*"
# http://errors.yoctoproject.org/Errors/Details/186954/ # http://errors.yoctoproject.org/Errors/Details/186954/
EXCLUDE_FROM_WORLD_libc-musl = "1" COMPATIBLE_HOST_libc-musl = 'null'
RCONFLICTS_${PN} = "inetutils-telnetd" RCONFLICTS_${PN} = "inetutils-telnetd"