diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-08-20 23:58:58 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-08-20 23:58:58 -0700 |
commit | 7e0fa293b79c6599fea41bde72dc24a0158409fb (patch) | |
tree | 063fe6d17fbd44d2181282b5b1f04bbe9b797653 /meta-networking/recipes-netkit/netkit-telnet | |
parent | 604b30eddee0a516420c65b2d53e377f9885ca73 (diff) | |
download | meta-openembedded-7e0fa293b79c6599fea41bde72dc24a0158409fb.tar.gz |
recipes: Exclude non-buildable recipes from world for musl build
These recipes need to be fixed for musl, until they are needed
on musl lets remove them from world builds
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-netkit/netkit-telnet')
-rw-r--r-- | meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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 9fe3d6e51c..2fadf0334e 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 | |||
@@ -59,3 +59,6 @@ ALTERNATIVE_LINK_NAME[telnet] = "${bindir}/telnet" | |||
59 | SRC_URI[md5sum] = "d6beabaaf53fe6e382c42ce3faa05a36" | 59 | SRC_URI[md5sum] = "d6beabaaf53fe6e382c42ce3faa05a36" |
60 | SRC_URI[sha256sum] = "9c80d5c7838361a328fb6b60016d503def9ce53ad3c589f3b08ff71a2bb88e00" | 60 | SRC_URI[sha256sum] = "9c80d5c7838361a328fb6b60016d503def9ce53ad3c589f3b08ff71a2bb88e00" |
61 | FILES_${PN} += "${sbindir}/in.* ${libdir}/* ${sysconfdir}/xinetd.d/*" | 61 | FILES_${PN} += "${sbindir}/in.* ${libdir}/* ${sysconfdir}/xinetd.d/*" |
62 | |||
63 | # http://errors.yoctoproject.org/Errors/Details/186954/ | ||
64 | EXCLUDE_FROM_WORLD_libc-musl = "1" | ||