From 7e0fa293b79c6599fea41bde72dc24a0158409fb Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 20 Aug 2018 23:58:58 -0700 Subject: 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 --- meta-oe/recipes-multimedia/alsa/alsa-oss_1.1.6.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-oe/recipes-multimedia') diff --git a/meta-oe/recipes-multimedia/alsa/alsa-oss_1.1.6.bb b/meta-oe/recipes-multimedia/alsa/alsa-oss_1.1.6.bb index efc56fe8c4..6c2176f79c 100644 --- a/meta-oe/recipes-multimedia/alsa/alsa-oss_1.1.6.bb +++ b/meta-oe/recipes-multimedia/alsa/alsa-oss_1.1.6.bb @@ -41,3 +41,6 @@ do_configure_prepend () { touch NEWS README AUTHORS ChangeLog sed -i "s/libaoss.so/${LEAD_SONAME}/" ${S}/alsa/aoss.in } + +# http://errors.yoctoproject.org/Errors/Details/186961/ +EXCLUDE_FROM_WORLD_libc-musl = "1" -- cgit v1.2.3-54-g00ecf