[OE-core] [PATCH 04/30] sysstat: fix libc overrides

Saul Wold sgw at linux.intel.com
Thu May 19 19:19:17 UTC 2011


From: Koen Kooi <koen at dominion.thruhere.net>

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"
-- 
1.7.3.4





More information about the Openembedded-core mailing list