summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/busybox')
-rw-r--r--meta/recipes-core/busybox/busybox.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc
index dff4a5dec9..62dc839245 100644
--- a/meta/recipes-core/busybox/busybox.inc
+++ b/meta/recipes-core/busybox/busybox.inc
@@ -154,6 +154,9 @@ do_compile() {
154 cp include/autoconf.h.orig include/autoconf.h 154 cp include/autoconf.h.orig include/autoconf.h
155 155
156 if [ "${BUSYBOX_SPLIT_SUID}" = "1" -a x`grep "CONFIG_FEATURE_INDIVIDUAL=y" .config` = x ]; then 156 if [ "${BUSYBOX_SPLIT_SUID}" = "1" -a x`grep "CONFIG_FEATURE_INDIVIDUAL=y" .config` = x ]; then
157 # Guard againt interrupted do_compile: clean temporary files.
158 rm -f .config.app.suid .config.app.nosuid .config.disable.apps .config.nonapps
159
157 # split the .config into two parts, and make two busybox binaries 160 # split the .config into two parts, and make two busybox binaries
158 oe_runmake busybox.cfg.suid 161 oe_runmake busybox.cfg.suid
159 oe_runmake busybox.cfg.nosuid 162 oe_runmake busybox.cfg.nosuid