summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sysstat
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2011-06-20 13:21:00 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-23 11:55:45 +0100
commit1817d3b3a18e596d531435734e2fc6423b739905 (patch)
tree5e73d08c144d8b1b3b8390fecc4969fcd4d766f9 /meta/recipes-extended/sysstat
parentd594bfe8ef972689b94e47467a0530ab5f1755ab (diff)
downloadopenembedded-core-contrib-1817d3b3a18e596d531435734e2fc6423b739905.tar.gz
sysstat: Avoid stripping binaries
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-extended/sysstat')
-rw-r--r--meta/recipes-extended/sysstat/sysstat.inc3
-rw-r--r--meta/recipes-extended/sysstat/sysstat_10.0.0.bb2
2 files changed, 4 insertions, 1 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 \
inherit autotools gettext
+EXTRA_OEMAKE += 'LFLAGS=""'
+
do_install() {
autotools_do_install
@@ -25,6 +27,7 @@ pkg_postinst_${PN} () {
FILES_${PN} += "${libdir}/sa"
+FILES_${PN}-dbg += "${libdir}/sa/.debug/"
TARGET_CC_ARCH += "${LDFLAGS}"
LDFLAGS_append_libc-uclibc = " -lintl"
diff --git a/meta/recipes-extended/sysstat/sysstat_10.0.0.bb b/meta/recipes-extended/sysstat/sysstat_10.0.0.bb
index fd003d9d8b..2faac32dfb 100644
--- a/meta/recipes-extended/sysstat/sysstat_10.0.0.bb
+++ b/meta/recipes-extended/sysstat/sysstat_10.0.0.bb
@@ -2,7 +2,7 @@ require sysstat.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
-PR = "r1"
+PR = "r2"