diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2010-07-20 18:15:15 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-21 16:00:55 +0100 |
commit | 61d808bf4a5f93c1eccbf6dd2a22a57e849b641c (patch) | |
tree | 3fedd2d38a26603caf67377cf830eeebdbb508e3 /meta/packages/powertop/powertop_1.10.bb | |
parent | e2fa1ec4e959bea21c938da0ca21e3bd7bc89a5b (diff) | |
download | poky-61d808bf4a5f93c1eccbf6dd2a22a57e849b641c.tar.gz |
powertop: upgrade from 1.10 to the latest version 1.11
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/packages/powertop/powertop_1.10.bb')
-rw-r--r-- | meta/packages/powertop/powertop_1.10.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/packages/powertop/powertop_1.10.bb b/meta/packages/powertop/powertop_1.10.bb deleted file mode 100644 index 4a429d68ba..0000000000 --- a/meta/packages/powertop/powertop_1.10.bb +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | DESCRIPTION = "PowerTOP, a tool that helps you find what software is using the most power." | ||
2 | HOMEPAGE = "http://www.linuxpowertop.org/" | ||
3 | LICENSE = "GPLv2" | ||
4 | DEPENDS = "virtual/libintl ncurses" | ||
5 | |||
6 | SRC_URI = "http://www.lesswatts.org/projects/powertop/download/powertop-${PV}.tar.gz" | ||
7 | |||
8 | CFLAGS += "${LDFLAGS}" | ||
9 | |||
10 | do_configure() { | ||
11 | # We do not build ncurses with wide char support | ||
12 | sed -i -e "s/lncursesw/lncurses/" ${S}/Makefile | ||
13 | } | ||
14 | |||
15 | do_install() { | ||
16 | oe_runmake install DESTDIR=${D} | ||
17 | } | ||