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

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


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

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

powertop: Switch to libc-uclibc

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

---

 recipes/powertop/powertop.inc |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/recipes/powertop/powertop.inc b/recipes/powertop/powertop.inc
index d6c4fbd..9992c12 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"





More information about the Openembedded-commits mailing list