[oe-commits] Mark Hatle : busybox: Avoid stripping binaries

git version control git at git.openembedded.org
Thu Jun 23 11:07:32 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 466c0ae8a2a0701677536136a0cd6cca7e1f00e6
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=466c0ae8a2a0701677536136a0cd6cca7e1f00e6

Author: Mark Hatle <mark.hatle at windriver.com>
Date:   Mon Jun 20 13:05:30 2011 -0500

busybox: Avoid stripping binaries

Signed-off-by: Mark Hatle <mark.hatle at windriver.com>

---

 meta/recipes-core/busybox/busybox_1.18.4.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-core/busybox/busybox_1.18.4.bb b/meta/recipes-core/busybox/busybox_1.18.4.bb
index a999490..cb41ac6 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 = "r3"
+PR = "r4"
 
 SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
            file://udhcpscript.patch \
@@ -28,4 +28,4 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
 SRC_URI[tarball.md5sum] = "b03c5b46ced732679e525a920a1a62f5"
 SRC_URI[tarball.sha256sum] = "4d24d37bd6f1bd153e8cf9a984ec2f32f18464f73ca535e2cc2e8be9694097fa"
 
-EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX}"
+EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX} SKIP_STRIP=y"





More information about the Openembedded-commits mailing list