diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2011-06-20 13:05:30 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-23 11:56:21 +0100 |
commit | 466c0ae8a2a0701677536136a0cd6cca7e1f00e6 (patch) | |
tree | 625707a8b3bf0143fe20c268ff0d75da45d7392e /meta/recipes-core/busybox | |
parent | ea2bad01000a63840dc8ba79eb227ead13075d32 (diff) | |
download | openembedded-core-466c0ae8a2a0701677536136a0cd6cca7e1f00e6.tar.gz openembedded-core-466c0ae8a2a0701677536136a0cd6cca7e1f00e6.tar.bz2 openembedded-core-466c0ae8a2a0701677536136a0cd6cca7e1f00e6.zip |
busybox: Avoid stripping binaries
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-core/busybox')
-rw-r--r-- | 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 a999490fbf..cb41ac601f 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" |