diff options
author | Chris Larson <chris_larson@mentor.com> | 2011-06-03 15:08:25 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-12 17:21:52 +0100 |
commit | c45e3150e9a893c6c618e1b03a5ec800ae561673 (patch) | |
tree | c97497264d4ddc602dd4ed0e3026f1e4cae2a68c /meta/recipes-core/busybox | |
parent | b85957b011afc163b7e9930e83adbfb922ddfae8 (diff) | |
download | poky-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.inc | 3 | ||||
-rw-r--r-- | meta/recipes-core/busybox/busybox_1.18.4.bb | 2 |
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 | ||
121 | do_compile() { | 121 | do_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 | ||
126 | do_install () { | 127 | do_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 @@ | |||
1 | require busybox.inc | 1 | require busybox.inc |
2 | PR = "r7" | 2 | PR = "r8" |
3 | 3 | ||
4 | SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ | 4 | SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ |
5 | file://udhcpscript.patch \ | 5 | file://udhcpscript.patch \ |