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>
This commit is contained in:
Chris Larson 2011-06-03 15:08:25 -07:00 committed by Richard Purdie
parent b85957b011
commit c45e3150e9
2 changed files with 3 additions and 2 deletions

View File

@ -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 () {

View File

@ -1,5 +1,5 @@
require busybox.inc
PR = "r7"
PR = "r8"
SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
file://udhcpscript.patch \