[oe-commits] Koen Kooi : sysstat: fix libc overrides

git version control git at git.openembedded.org
Thu May 19 22:41:17 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 200f788701f773ed42bd91eb9825e15e67466d09
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=200f788701f773ed42bd91eb9825e15e67466d09

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Wed May 18 15:44:48 2011 +0200

sysstat: fix libc overrides

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta/recipes-extended/sysstat/sysstat.inc |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc
index a4cad0e..4756016 100644
--- a/meta/recipes-extended/sysstat/sysstat.inc
+++ b/meta/recipes-extended/sysstat/sysstat.inc
@@ -27,6 +27,4 @@ pkg_postinst_${PN} () {
 FILES_${PN} += "${libdir}/sa"
 
 TARGET_CC_ARCH += "${LDFLAGS}"
-LDFLAGS_append_linux-uclibc = " -lintl"
-LDFLAGS_append_linux-uclibceabi = " -lintl"
-LDFLAGS_append_linux-uclibcspe = " -lintl"
+LDFLAGS_append_libc-uclibc = " -lintl"





More information about the Openembedded-commits mailing list