]> code.ossystems Code Review - openembedded-core.git/commitdiff
busybox: Add musl config for _git recipe
authorMaxin B. John <maxin.john@intel.com>
Wed, 17 Feb 2016 10:11:07 +0000 (12:11 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Feb 2016 07:39:22 +0000 (07:39 +0000)
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>
meta/recipes-core/busybox/busybox_git.bb

index 220977ac6097a3b752d5c867884510d88ef91662..e590543d8c3a1a99ade38672b859a585178ce239 100644 (file)
@@ -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"