diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-02-17 12:11:07 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-18 07:39:31 +0000 |
commit | adfcaf27406000d9124680fd4147995735ba5e4d (patch) | |
tree | e2176100f802677ad241a2ec296a387ebcc99b62 /meta/recipes-core/busybox | |
parent | 46824dc7b730f0ff4c9ee5b3f67e9f4d4fb78c24 (diff) | |
download | poky-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>
Diffstat (limited to 'meta/recipes-core/busybox')
-rw-r--r-- | meta/recipes-core/busybox/busybox_git.bb | 1 |
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 \ | |||
44 | file://getopts.cfg \ | 44 | file://getopts.cfg \ |
45 | file://resize.cfg \ | 45 | file://resize.cfg \ |
46 | " | 46 | " |
47 | SRC_URI_append_libc-musl = " file://musl.cfg " | ||
47 | 48 | ||
48 | DEFAULT_PREFERENCE = "-1" | 49 | DEFAULT_PREFERENCE = "-1" |