From 61d808bf4a5f93c1eccbf6dd2a22a57e849b641c Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Tue, 20 Jul 2010 18:15:15 +0800 Subject: powertop: upgrade from 1.10 to the latest version 1.11 Signed-off-by: Dexuan Cui --- meta/packages/powertop/powertop_1.10.bb | 17 ----------------- meta/packages/powertop/powertop_1.11.bb | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 17 deletions(-) delete mode 100644 meta/packages/powertop/powertop_1.10.bb create mode 100644 meta/packages/powertop/powertop_1.11.bb (limited to 'meta') diff --git a/meta/packages/powertop/powertop_1.10.bb b/meta/packages/powertop/powertop_1.10.bb deleted file mode 100644 index 4a429d68b..000000000 --- a/meta/packages/powertop/powertop_1.10.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "PowerTOP, a tool that helps you find what software is using the most power." -HOMEPAGE = "http://www.linuxpowertop.org/" -LICENSE = "GPLv2" -DEPENDS = "virtual/libintl ncurses" - -SRC_URI = "http://www.lesswatts.org/projects/powertop/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} -} diff --git a/meta/packages/powertop/powertop_1.11.bb b/meta/packages/powertop/powertop_1.11.bb new file mode 100644 index 000000000..371fc62e3 --- /dev/null +++ b/meta/packages/powertop/powertop_1.11.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "PowerTOP, a tool that helps you find what software is using the most power." +HOMEPAGE = "http://www.linuxpowertop.org/" +BUGTRACKER = "http://bugzilla.lesswatts.org/" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" + +DEPENDS = "virtual/libintl ncurses" + +PR = "r0" + +SRC_URI = "http://www.lesswatts.org/projects/powertop/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} +} -- cgit v1.2.3