From c45e3150e9a893c6c618e1b03a5ec800ae561673 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 3 Jun 2011 15:08:25 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-core/busybox/busybox.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-core/busybox/busybox.inc') 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 () { do_compile() { unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS - base_do_compile + oe_runmake busybox_unstripped + cp busybox_unstripped busybox } do_install () { -- cgit v1.2.3-54-g00ecf