From: Maxin B. John Date: Wed, 17 Feb 2016 10:11:07 +0000 (+0200) Subject: busybox: Add musl config for _git recipe X-Git-Tag: 2016-4~828 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2f551835cb9414597eed1f1ae94632aa516488f9;p=openembedded-core.git busybox: Add musl config for _git recipe busybox_git recipe also requires musl specific configuration Signed-off-by: Maxin B. John Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/busybox/busybox_git.bb b/meta/recipes-core/busybox/busybox_git.bb index 220977ac60..e590543d8c 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"