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: lucaceresoli/bug-15201-perf-libtraceevent-missing~26938 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f551835cb9414597eed1f1ae94632aa516488f9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 220977ac609..e590543d8c3 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"