aboutsummaryrefslogtreecommitdiffstats
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:31 +0000
commitadfcaf27406000d9124680fd4147995735ba5e4d (patch)
treee2176100f802677ad241a2ec296a387ebcc99b62
parent46824dc7b730f0ff4c9ee5b3f67e9f4d4fb78c24 (diff)
downloadopenembedded-core-contrib-adfcaf27406000d9124680fd4147995735ba5e4d.tar.gz
busybox: Add musl config for _git recipe
busybox_git recipe also requires musl specific configuration (From OE-Core rev: 2f551835cb9414597eed1f1ae94632aa516488f9) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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"