summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.21.1.bb
diff options
context:
space:
mode:
authorMuhammad Tauqir Ahmad <mian.muhammad.tauqir.ahmad@gmail.com>2013-12-13 14:25:57 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-16 12:13:58 +0000
commit8babb8ff1752a7815ae1780bdd6df4de51fd222b (patch)
treeb3121b40b913e2a6acdde023612593116b30f571 /meta/recipes-core/busybox/busybox_1.21.1.bb
parente230b4498790a3dfdc36ea5761807459fc96368e (diff)
downloadpoky-8babb8ff1752a7815ae1780bdd6df4de51fd222b.tar.gz
busybox: get rid of nested functions in find
This allows us to compile busybox using clang. Nested functions is a gcc extension not supported by clang. (From OE-Core rev: d2bf599f36ed1a04c661fc0a71e664e219532cbc) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.21.1.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.21.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.21.1.bb b/meta/recipes-core/busybox/busybox_1.21.1.bb
index 8b91e6329d..267604afa3 100644
--- a/meta/recipes-core/busybox/busybox_1.21.1.bb
+++ b/meta/recipes-core/busybox/busybox_1.21.1.bb
@@ -34,6 +34,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
34 file://login-utilities.cfg \ 34 file://login-utilities.cfg \
35 file://busybox-list-suid-and-non-suid-app-configs.patch \ 35 file://busybox-list-suid-and-non-suid-app-configs.patch \
36 file://busybox-sed-fix-sed-clusternewline-testcase.patch \ 36 file://busybox-sed-fix-sed-clusternewline-testcase.patch \
37 file://find-get-rid-of-nested-functions.patch \
37" 38"
38 39
39SRC_URI[tarball.md5sum] = "795394f83903b5eec6567d51eebb417e" 40SRC_URI[tarball.md5sum] = "795394f83903b5eec6567d51eebb417e"