[oe-commits] Tom Rini : sysstat: Switch to libc-uclibc

git version control git at git.openembedded.org
Wed Jan 19 01:08:08 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a7107a020110d0fa3cf45677f6cea1e4eef0acd5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a7107a020110d0fa3cf45677f6cea1e4eef0acd5

Author: Tom Rini <tom_rini at mentor.com>
Date:   Tue Jan 18 17:58:27 2011 -0700

sysstat: Switch to libc-uclibc

Don't change PR since it was already catching all cases.

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

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

diff --git a/recipes/sysstat/sysstat.inc b/recipes/sysstat/sysstat.inc
index dcc6c85..40b8730 100644
--- a/recipes/sysstat/sysstat.inc
+++ b/recipes/sysstat/sysstat.inc
@@ -17,6 +17,4 @@ do_configure_prepend() {
 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