summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/busybox/busybox.inc')
-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 5eba0ca967..d46c1357c2 100644
--- a/meta/recipes-core/busybox/busybox.inc
+++ b/meta/recipes-core/busybox/busybox.inc
@@ -120,7 +120,8 @@ do_configure () {
120 120
121do_compile() { 121do_compile() {
122 unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS 122 unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
123 base_do_compile 123 oe_runmake busybox_unstripped
124 cp busybox_unstripped busybox
124} 125}
125 126
126do_install () { 127do_install () {