mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user