]> code.ossystems Code Review - openembedded-core.git/commitdiff
powertop: upgrade from 1.10 to the latest version 1.11
authorDexuan Cui <dexuan.cui@intel.com>
Tue, 20 Jul 2010 10:15:15 +0000 (18:15 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 21 Jul 2010 15:00:55 +0000 (16:00 +0100)
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
meta/packages/powertop/powertop_1.11.bb [moved from meta/packages/powertop/powertop_1.10.bb with 78% similarity]

similarity index 78%
rename from meta/packages/powertop/powertop_1.10.bb
rename to meta/packages/powertop/powertop_1.11.bb
index 4a429d68ba88a1ab75abbb8f6fdd3d1cb61c6dd5..371fc62e352dcf5d3a007e7fc726d5c94b76bb61 100644 (file)
@@ -1,8 +1,14 @@
 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}"