From: Dexuan Cui Date: Tue, 20 Jul 2010 10:15:15 +0000 (+0800) Subject: powertop: upgrade from 1.10 to the latest version 1.11 X-Git-Tag: 2011-1~5208 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=61d808bf4a5f93c1eccbf6dd2a22a57e849b641c;p=openembedded-core.git powertop: upgrade from 1.10 to the latest version 1.11 Signed-off-by: Dexuan Cui --- diff --git a/meta/packages/powertop/powertop_1.10.bb b/meta/packages/powertop/powertop_1.11.bb similarity index 78% rename from meta/packages/powertop/powertop_1.10.bb rename to 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 @@ 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}"