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>
This commit is contained in:
Khem Raj
2018-08-20 23:58:58 -07:00
parent 604b30edde
commit 7e0fa293b7
10 changed files with 28 additions and 0 deletions
@@ -30,3 +30,5 @@ do_configure() {
do_install() {
oe_runmake prefix=${D}/usr PPPDIR=${D}/etc/ppp/peers install
}
# http://errors.yoctoproject.org/Errors/Details/186959/
EXCLUDE_FROM_WORLD_libc-musl = "1"