[OE-core] [PATCH] busybox: Add musl config for _git recipe

Maxin B. John maxin.john at intel.com
Wed Feb 17 10:11:07 UTC 2016


busybox_git recipe also requires musl specific configuration

Signed-off-by: Maxin B. John <maxin.john at intel.com>
---
 meta/recipes-core/busybox/busybox_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/busybox/busybox_git.bb b/meta/recipes-core/busybox/busybox_git.bb
index 220977a..e590543 100644
--- a/meta/recipes-core/busybox/busybox_git.bb
+++ b/meta/recipes-core/busybox/busybox_git.bb
@@ -44,5 +44,6 @@ SRC_URI = "git://busybox.net/busybox.git \
            file://getopts.cfg \
            file://resize.cfg \
 "
+SRC_URI_append_libc-musl = " file://musl.cfg "
 
 DEFAULT_PREFERENCE = "-1"
-- 
2.4.0




More information about the Openembedded-core mailing list