]> code.ossystems Code Review - openembedded-core.git/commitdiff
busybox: don't strip the main binary
authorChris Larson <chris_larson@mentor.com>
Fri, 3 Jun 2011 22:08:25 +0000 (15:08 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Aug 2011 16:11:21 +0000 (17:11 +0100)
With this, we get a useful busybox-dbg package.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
meta/recipes-core/busybox/busybox.inc
meta/recipes-core/busybox/busybox_1.18.4.bb

index 5eba0ca9674a317e3706c729b40aa994379241e4..d46c1357c2d499e5eeaed525aa3f04f74c9a39de 100644 (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 () {
index d18af6f075d789a1fb8b72043fb1a95d251bb19c..b4681a4643bb063858d59f696095bd3a77683a34 100644 (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 \