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-networking/recipes-connectivity/rdist/rdist_6.1.5.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-networking/recipes-connectivity') diff --git a/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb b/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb index 0c97960f8b..4fe6893fac 100644 --- a/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb +++ b/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb @@ -38,3 +38,6 @@ DEPENDS = "bison-native" inherit autotools-brokensep EXTRA_OEMAKE = "BIN_GROUP=root MAN_GROUP=root RDIST_MODE=755 RDISTD_MODE=755 MAN_MODE=644" + +# http://errors.yoctoproject.org/Errors/Details/186972/ +EXCLUDE_FROM_WORLD_libc-musl = "1" -- cgit 1.2.3-korg