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
+3
View File
@@ -63,3 +63,6 @@ do_install () {
done
}
RDEPENDS_${PN} +="bash"
# http://errors.yoctoproject.org/Errors/Details/186956/
EXCLUDE_FROM_WORLD_libc-musl = "1"