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