summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-05-18 15:44:48 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-19 23:40:35 +0100
commitdfa5735d1e0c4fb3b696dc757488bef13eb8c3f3 (patch)
tree377989599eb2f1687ce8f9b7660afb1ddd054018
parent55007ca964b3dc0582450e68c5b37b5fa0de11e7 (diff)
downloadpoky-dfa5735d1e0c4fb3b696dc757488bef13eb8c3f3.tar.gz
sysstat: fix libc overrides
(From OE-Core rev: 200f788701f773ed42bd91eb9825e15e67466d09) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/sysstat/sysstat.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc
index a4cad0ed22..4756016fa8 100644
--- a/meta/recipes-extended/sysstat/sysstat.inc
+++ b/meta/recipes-extended/sysstat/sysstat.inc
@@ -27,6 +27,4 @@ pkg_postinst_${PN} () {
27FILES_${PN} += "${libdir}/sa" 27FILES_${PN} += "${libdir}/sa"
28 28
29TARGET_CC_ARCH += "${LDFLAGS}" 29TARGET_CC_ARCH += "${LDFLAGS}"
30LDFLAGS_append_linux-uclibc = " -lintl" 30LDFLAGS_append_libc-uclibc = " -lintl"
31LDFLAGS_append_linux-uclibceabi = " -lintl"
32LDFLAGS_append_linux-uclibcspe = " -lintl"