summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox.inc
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2011-06-03 15:08:25 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-12 17:21:52 +0100
commitc45e3150e9a893c6c618e1b03a5ec800ae561673 (patch)
treec97497264d4ddc602dd4ed0e3026f1e4cae2a68c /meta/recipes-core/busybox/busybox.inc
parentb85957b011afc163b7e9930e83adbfb922ddfae8 (diff)
downloadpoky-c45e3150e9a893c6c618e1b03a5ec800ae561673.tar.gz
busybox: don't strip the main binary
With this, we get a useful busybox-dbg package. (From OE-Core rev: 95c9834a358118f322159139950dd9a92f561e88) Signed-off-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 () {