git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feecc16
)
sysstat: Switch to libc-uclibc
author
Tom Rini
<tom_rini@mentor.com>
Wed, 19 Jan 2011 00:58:27 +0000
(17:58 -0700)
committer
Tom Rini
<tom_rini@mentor.com>
Wed, 19 Jan 2011 01:04:07 +0000
(18:04 -0700)
Don't change PR since it was already catching all cases.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/sysstat/sysstat.inc
patch
|
blob
|
history
diff --git
a/recipes/sysstat/sysstat.inc
b/recipes/sysstat/sysstat.inc
index
dcc6c85
..
40b8730
100644
(file)
--- 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"