diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-08-28 20:16:43 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-29 09:06:54 -0700 |
commit | 8ebe4041dda18e33db3c01e0fe49cc461a867643 (patch) | |
tree | 059d1e88bd0cb24b741cee1d1abd6fc523f6befa | |
parent | 383e8bee87f446eaae5cec2477ebeff6f30b72e4 (diff) | |
download | meta-openembedded-8ebe4041dda18e33db3c01e0fe49cc461a867643.tar.gz |
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>
5 files changed, 4 insertions, 7 deletions
diff --git a/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb b/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb index 4fe6893fac..3a27c2c5b3 100644 --- a/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb +++ b/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb | |||
@@ -40,4 +40,4 @@ inherit autotools-brokensep | |||
40 | EXTRA_OEMAKE = "BIN_GROUP=root MAN_GROUP=root RDIST_MODE=755 RDISTD_MODE=755 MAN_MODE=644" | 40 | EXTRA_OEMAKE = "BIN_GROUP=root MAN_GROUP=root RDIST_MODE=755 RDISTD_MODE=755 MAN_MODE=644" |
41 | 41 | ||
42 | # http://errors.yoctoproject.org/Errors/Details/186972/ | 42 | # http://errors.yoctoproject.org/Errors/Details/186972/ |
43 | EXCLUDE_FROM_WORLD_libc-musl = "1" | 43 | COMPATIBLE_HOST_libc-musl = 'null' |
diff --git a/meta-networking/recipes-daemons/opensaf/opensaf_5.19.07.bb b/meta-networking/recipes-daemons/opensaf/opensaf_5.19.07.bb index e466cc2327..3df6824ff3 100644 --- a/meta-networking/recipes-daemons/opensaf/opensaf_5.19.07.bb +++ b/meta-networking/recipes-daemons/opensaf/opensaf_5.19.07.bb | |||
@@ -69,4 +69,4 @@ INSANE_SKIP_${PN} = "dev-so" | |||
69 | RDEPENDS_${PN} += "bash python" | 69 | RDEPENDS_${PN} += "bash python" |
70 | 70 | ||
71 | # http://errors.yoctoproject.org/Errors/Details/186970/ | 71 | # http://errors.yoctoproject.org/Errors/Details/186970/ |
72 | EXCLUDE_FROM_WORLD_libc-musl = "1" | 72 | COMPATIBLE_HOST_libc-musl = 'null' |
diff --git a/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb b/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb index 6f203c5a84..a6716d06ce 100644 --- a/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb | |||
@@ -103,6 +103,3 @@ RPROVIDES_${PN}-server = "rshd" | |||
103 | 103 | ||
104 | RDEPENDS_${PN}-server = "xinetd" | 104 | RDEPENDS_${PN}-server = "xinetd" |
105 | RDEPENDS_${PN}-server += "tcp-wrappers" | 105 | RDEPENDS_${PN}-server += "tcp-wrappers" |
106 | |||
107 | # http://errors.yoctoproject.org/Errors/Details/186963/ | ||
108 | EXCLUDE_FROM_WORLD_libc-musl = "1" | ||
diff --git a/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb b/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb index 296ebcad29..716794f447 100644 --- a/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb | |||
@@ -68,4 +68,4 @@ FILES_${PN}-dbg = "${prefix}/src/debug \ | |||
68 | RDEPENDS_${PN}-server += "tcp-wrappers xinetd rpcbind" | 68 | RDEPENDS_${PN}-server += "tcp-wrappers xinetd rpcbind" |
69 | 69 | ||
70 | # http://errors.yoctoproject.org/Errors/Details/186962/ | 70 | # http://errors.yoctoproject.org/Errors/Details/186962/ |
71 | EXCLUDE_FROM_WORLD_libc-musl = "1" | 71 | COMPATIBLE_HOST_libc-musl = 'null' |
diff --git a/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb b/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb index 4b035af360..a8d98c9404 100644 --- a/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb | |||
@@ -62,5 +62,5 @@ SRC_URI[sha256sum] = "9c80d5c7838361a328fb6b60016d503def9ce53ad3c589f3b08ff71a2b | |||
62 | FILES_${PN} += "${sbindir}/in.* ${libdir}/* ${sysconfdir}/xinetd.d/*" | 62 | FILES_${PN} += "${sbindir}/in.* ${libdir}/* ${sysconfdir}/xinetd.d/*" |
63 | 63 | ||
64 | # http://errors.yoctoproject.org/Errors/Details/186954/ | 64 | # http://errors.yoctoproject.org/Errors/Details/186954/ |
65 | EXCLUDE_FROM_WORLD_libc-musl = "1" | 65 | COMPATIBLE_HOST_libc-musl = 'null' |
66 | RCONFLICTS_${PN} = "inetutils-telnetd" | 66 | RCONFLICTS_${PN} = "inetutils-telnetd" |