From: Chris Larson Date: Fri, 3 Jun 2011 22:08:25 +0000 (-0700) Subject: busybox: don't strip the main binary X-Git-Tag: 2011-1~385 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=95c9834a358118f322159139950dd9a92f561e88;p=openembedded-core.git busybox: don't strip the main binary With this, we get a useful busybox-dbg package. Signed-off-by: Chris Larson --- 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 () { diff --git a/meta/recipes-core/busybox/busybox_1.18.4.bb b/meta/recipes-core/busybox/busybox_1.18.4.bb index d18af6f075..b4681a4643 100644 --- a/meta/recipes-core/busybox/busybox_1.18.4.bb +++ b/meta/recipes-core/busybox/busybox_1.18.4.bb @@ -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 \