]> code.ossystems Code Review - openembedded-core.git/commitdiff
sysstat: Avoid stripping binaries
authorMark Hatle <mark.hatle@windriver.com>
Mon, 20 Jun 2011 18:21:00 +0000 (13:21 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Jun 2011 10:55:45 +0000 (11:55 +0100)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
meta/recipes-extended/sysstat/sysstat.inc
meta/recipes-extended/sysstat/sysstat_10.0.0.bb

index 4756016fa8d1bb8ba66c5649be01ac3f941ba5fe..2936f96174a4089d9b41323d63bc55e248dc2bb0 100644 (file)
@@ -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"
index fd003d9d8b7730249bfda6ef121f2ab71be555a2..2faac32dfba5f9d82c47e21e79545e68a4028440 100644 (file)
@@ -2,7 +2,7 @@ require sysstat.inc
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
 
-PR = "r1"
+PR = "r2"