mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
6c27d996c0
commit
4bf6a73166
@@ -9,6 +9,8 @@ SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz \
|
|||||||
|
|
||||||
inherit autotools gettext
|
inherit autotools gettext
|
||||||
|
|
||||||
|
EXTRA_OEMAKE += 'LFLAGS=""'
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
autotools_do_install
|
autotools_do_install
|
||||||
|
|
||||||
@@ -25,6 +27,7 @@ pkg_postinst_${PN} () {
|
|||||||
|
|
||||||
|
|
||||||
FILES_${PN} += "${libdir}/sa"
|
FILES_${PN} += "${libdir}/sa"
|
||||||
|
FILES_${PN}-dbg += "${libdir}/sa/.debug/"
|
||||||
|
|
||||||
TARGET_CC_ARCH += "${LDFLAGS}"
|
TARGET_CC_ARCH += "${LDFLAGS}"
|
||||||
LDFLAGS_append_libc-uclibc = " -lintl"
|
LDFLAGS_append_libc-uclibc = " -lintl"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ require sysstat.inc
|
|||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
||||||
|
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user