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:
1bcffc7
)
powertop: Switch to libc-uclibc
author
Tom Rini
<tom_rini@mentor.com>
Wed, 19 Jan 2011 00:56:10 +0000
(17:56 -0700)
committer
Tom Rini
<tom_rini@mentor.com>
Wed, 19 Jan 2011 01:04:06 +0000
(18:04 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/powertop/powertop.inc
patch
|
blob
|
history
diff --git
a/recipes/powertop/powertop.inc
b/recipes/powertop/powertop.inc
index
d6c4fbd
..
9992c12
100644
(file)
--- a/
recipes/powertop/powertop.inc
+++ b/
recipes/powertop/powertop.inc
@@
-3,7
+3,7
@@
HOMEPAGE = "http://www.linuxpowertop.org/"
LICENSE = "GPLv2"
DEPENDS = "virtual/libintl ncurses"
-INC_PR = "r
2
"
+INC_PR = "r
3
"
SRC_URI = "http://www.lesswatts.org/projects/powertop/download/powertop-${PV}.tar.gz \
file://ldflags.patch \
@@
-22,6
+22,4
@@
do_install() {
}
-LDFLAGS_append_linux-uclibc = " -lintl"
-LDFLAGS_append_linux-uclibceabi = " -lintl"
-LDFLAGS_append_linux-uclibcspe = " -lintl"
+LDFLAGS_append_libc-uclibc = " -lintl"