aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2016-02-17 12:11:07 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-18 07:39:22 +0000
commit2f551835cb9414597eed1f1ae94632aa516488f9 (patch)
tree4940820fa51c92498308e11636ef22f0cf5add11 /meta
parent96bc993b15cf2329c440b0af10a0c92609b448d5 (diff)
downloadopenembedded-core-contrib-2f551835cb9414597eed1f1ae94632aa516488f9.tar.gz
busybox: Add musl config for _git recipe
busybox_git recipe also requires musl specific configuration Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/busybox/busybox_git.bb1
1 files changed, 1 insertions, 0 deletions
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"