summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/busybox/busybox.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc
index 8c6dbbaf9b..f1b09d95ce 100644
--- a/meta/recipes-core/busybox/busybox.inc
+++ b/meta/recipes-core/busybox/busybox.inc
@@ -183,7 +183,8 @@ do_compile() {
183 oe_runmake busybox_unstripped 183 oe_runmake busybox_unstripped
184 mv busybox_unstripped busybox.$s 184 mv busybox_unstripped busybox.$s
185 oe_runmake busybox.links 185 oe_runmake busybox.links
186 mv busybox.links busybox.links.$s 186 sort busybox.links > busybox.links.$s
187 rm busybox.links
187 done 188 done
188 189
189 # hard fail if sh is being linked to the suid busybox (detects bug 10346) 190 # hard fail if sh is being linked to the suid busybox (detects bug 10346)