busybox: Don't strip binaries, let poky handle it

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1232 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-01-30 22:42:05 +00:00
parent c5f676f72e
commit 86f5fd645c
2 changed files with 19 additions and 1 deletions

View File

@ -0,0 +1,17 @@
---
Rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: busybox-1.01/Rules.mak
===================================================================
--- busybox-1.01.orig/Rules.mak 2005-08-17 02:29:17.000000000 +0100
+++ busybox-1.01/Rules.mak 2007-01-12 01:03:01.000000000 +0000
@@ -167,7 +167,7 @@ ifeq ($(strip $(CONFIG_DEBUG)),y)
else
CFLAGS+=$(WARNINGS) $(OPTIMIZATIONS) -D_GNU_SOURCE -DNDEBUG
LDFLAGS += -Wl,-warn-common
- STRIPCMD:=$(STRIP) -s --remove-section=.note --remove-section=.comment
+ STRIPCMD:=/bin/true -OE_WILL_DO_THIS
endif
ifeq ($(strip $(CONFIG_STATIC)),y)
LDFLAGS += --static

View File

@ -10,9 +10,10 @@ HOMEPAGE = "http://www.busybox.net"
LICENSE = "GPL"
SECTION = "base"
PRIORITY = "required"
PR = "r12"
PR = "r13"
SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
file://no_strip.patch;patch=1 \
file://udhcppidfile.patch;patch=1 \
file://udhcppidfile-breakage.patch;patch=1 \
file://add-getkey-applet.patch;patch=1 \