summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2010-07-20 18:15:15 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-21 16:00:55 +0100
commit61d808bf4a5f93c1eccbf6dd2a22a57e849b641c (patch)
tree3fedd2d38a26603caf67377cf830eeebdbb508e3 /meta
parente2fa1ec4e959bea21c938da0ca21e3bd7bc89a5b (diff)
downloadpoky-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')
-rw-r--r--meta/packages/powertop/powertop_1.11.bb (renamed from meta/packages/powertop/powertop_1.10.bb)6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/packages/powertop/powertop_1.10.bb b/meta/packages/powertop/powertop_1.11.bb
index 4a429d68ba..371fc62e35 100644
--- a/meta/packages/powertop/powertop_1.10.bb
+++ b/meta/packages/powertop/powertop_1.11.bb
@@ -1,8 +1,14 @@
1DESCRIPTION = "PowerTOP, a tool that helps you find what software is using the most power." 1DESCRIPTION = "PowerTOP, a tool that helps you find what software is using the most power."
2HOMEPAGE = "http://www.linuxpowertop.org/" 2HOMEPAGE = "http://www.linuxpowertop.org/"
3BUGTRACKER = "http://bugzilla.lesswatts.org/"
4
3LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
7
4DEPENDS = "virtual/libintl ncurses" 8DEPENDS = "virtual/libintl ncurses"
5 9
10PR = "r0"
11
6SRC_URI = "http://www.lesswatts.org/projects/powertop/download/powertop-${PV}.tar.gz" 12SRC_URI = "http://www.lesswatts.org/projects/powertop/download/powertop-${PV}.tar.gz"
7 13
8CFLAGS += "${LDFLAGS}" 14CFLAGS += "${LDFLAGS}"