summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2011-06-03 15:08:25 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-12 17:21:52 +0100
commitc45e3150e9a893c6c618e1b03a5ec800ae561673 (patch)
treec97497264d4ddc602dd4ed0e3026f1e4cae2a68c /meta/recipes-core/busybox
parentb85957b011afc163b7e9930e83adbfb922ddfae8 (diff)
downloadpoky-c45e3150e9a893c6c618e1b03a5ec800ae561673.tar.gz
busybox: don't strip the main binary
With this, we get a useful busybox-dbg package. (From OE-Core rev: 95c9834a358118f322159139950dd9a92f561e88) Signed-off-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox')
-rw-r--r--meta/recipes-core/busybox/busybox.inc3
-rw-r--r--meta/recipes-core/busybox/busybox_1.18.4.bb2
2 files changed, 3 insertions, 2 deletions
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 () {
120 120
121do_compile() { 121do_compile() {
122 unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS 122 unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
123 base_do_compile 123 oe_runmake busybox_unstripped
124 cp busybox_unstripped busybox
124} 125}
125 126
126do_install () { 127do_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 @@
1require busybox.inc 1require busybox.inc
2PR = "r7" 2PR = "r8"
3 3
4SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ 4SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
5 file://udhcpscript.patch \ 5 file://udhcpscript.patch \