From: Marcin Juszkiewicz Date: Wed, 16 May 2007 15:35:22 +0000 (+0000) Subject: powertop: update to 1.2 X-Git-Tag: Release-2010-05/1~8868^2~474^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a125d8470d9734d4813ad4d2b46971cf65a8b64;p=openembedded.git powertop: update to 1.2 --- diff --git a/packages/powertop/powertop_1.0.bb b/packages/powertop/powertop_1.2.bb similarity index 52% rename from packages/powertop/powertop_1.0.bb rename to packages/powertop/powertop_1.2.bb index a06397bfc4..2f9c7e44b0 100644 --- a/packages/powertop/powertop_1.0.bb +++ b/packages/powertop/powertop_1.2.bb @@ -1,17 +1,9 @@ DESCRIPTION = "PowerTOP, a tool that helps you find what software is using the most power." +HOMEPAGE = "http://www.linuxpowertop.org/" LICENSE = "GPLv2" SRC_URI = "http://www.linuxpowertop.org/download/powertop-${PV}.tar.gz" -S = "${WORKDIR}/${PN}" - - -do_compile() { - ${CC} -Wall -W -O1 -g powertop.c config.c -o powertop -} - do_install() { - install -d ${D}${bindir} - install -m 755 powertop ${D}${bindir} + oe_runmake install DESTDIR=${D} } -