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-test/pm-qa/pm-qa_git.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-oe/recipes-test') diff --git a/meta-oe/recipes-test/pm-qa/pm-qa_git.bb b/meta-oe/recipes-test/pm-qa/pm-qa_git.bb index 1ee6573bdb..09290909d6 100644 --- a/meta-oe/recipes-test/pm-qa/pm-qa_git.bb +++ b/meta-oe/recipes-test/pm-qa/pm-qa_git.bb @@ -63,3 +63,6 @@ do_install () { done } RDEPENDS_${PN} +="bash" + +# http://errors.yoctoproject.org/Errors/Details/186956/ +EXCLUDE_FROM_WORLD_libc-musl = "1" -- cgit 1.2.3-korg