diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2011-06-20 13:21:00 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-23 12:07:32 +0100 |
commit | 4bf6a73166ed2ed78b0a16d66bc83e868576ae06 (patch) | |
tree | c6121c7d610f2943b02d1bbf4915bc17cfc6ae7b /meta/recipes-extended/sysstat/sysstat.inc | |
parent | 6c27d996c00e2b489890f3d2754075515143c052 (diff) | |
download | poky-4bf6a73166ed2ed78b0a16d66bc83e868576ae06.tar.gz |
sysstat: Avoid stripping binaries
(From OE-Core rev: 1817d3b3a18e596d531435734e2fc6423b739905)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/sysstat/sysstat.inc')
-rw-r--r-- | meta/recipes-extended/sysstat/sysstat.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc index 4756016fa8..2936f96174 100644 --- a/meta/recipes-extended/sysstat/sysstat.inc +++ b/meta/recipes-extended/sysstat/sysstat.inc | |||
@@ -9,6 +9,8 @@ SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz \ | |||
9 | 9 | ||
10 | inherit autotools gettext | 10 | inherit autotools gettext |
11 | 11 | ||
12 | EXTRA_OEMAKE += 'LFLAGS=""' | ||
13 | |||
12 | do_install() { | 14 | do_install() { |
13 | autotools_do_install | 15 | autotools_do_install |
14 | 16 | ||
@@ -25,6 +27,7 @@ pkg_postinst_${PN} () { | |||
25 | 27 | ||
26 | 28 | ||
27 | FILES_${PN} += "${libdir}/sa" | 29 | FILES_${PN} += "${libdir}/sa" |
30 | FILES_${PN}-dbg += "${libdir}/sa/.debug/" | ||
28 | 31 | ||
29 | TARGET_CC_ARCH += "${LDFLAGS}" | 32 | TARGET_CC_ARCH += "${LDFLAGS}" |
30 | LDFLAGS_append_libc-uclibc = " -lintl" | 33 | LDFLAGS_append_libc-uclibc = " -lintl" |