powertop: update to 1.5
authorMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 6 Jun 2007 12:26:41 +0000 (12:26 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 6 Jun 2007 12:26:41 +0000 (12:26 +0000)
packages/powertop/powertop_1.5.bb [moved from packages/powertop/powertop_1.2.bb with 62% similarity]

similarity index 62%
rename from packages/powertop/powertop_1.2.bb
rename to packages/powertop/powertop_1.5.bb
index 2f9c7e4..ab84161 100644 (file)
@@ -1,9 +1,17 @@
 DESCRIPTION = "PowerTOP, a tool that helps you find what software is using the most power."
 HOMEPAGE = "http://www.linuxpowertop.org/"
 LICENSE = "GPLv2"
+DEPENDS = "ncurses"
 
 SRC_URI = "http://www.linuxpowertop.org/download/powertop-${PV}.tar.gz"
 
+CFLAGS += "${LDFLAGS}"
+
+do_configure() {
+    # We do not build ncurses with wide char support
+    sed -i -e "s/lncursesw/lncurses/" ${S}/Makefile
+}
+
 do_install() {
     oe_runmake install DESTDIR=${D}
 }