aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/powertop
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-01-18 17:56:10 -0700
committerTom Rini <tom_rini@mentor.com>2011-01-18 18:04:06 -0700
commit192cb4fe24d761fc2b2719dfed630e5003f90b5d (patch)
treed239efdd42efcab6a88843e5a38ed943ca46d401 /recipes/powertop
parent1bcffc772f34bd992ce243770c51d61c88fe4629 (diff)
downloadopenembedded-192cb4fe24d761fc2b2719dfed630e5003f90b5d.tar.gz
powertop: Switch to libc-uclibc
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/powertop')
-rw-r--r--recipes/powertop/powertop.inc6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes/powertop/powertop.inc b/recipes/powertop/powertop.inc
index d6c4fbdb2a..9992c12adb 100644
--- 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 = "r2"
+INC_PR = "r3"
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"