[oe-commits] org.oe.dev powertop: update to 1.2

hrw commit openembedded-commits at lists.openembedded.org
Thu May 17 09:56:45 UTC 2007


powertop: update to 1.2

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 8390c5b6b9d59cb9aaf655dbe6f2e39726610caf
ViewMTN: http://monotone.openembedded.org/revision.psp?id=8390c5b6b9d59cb9aaf655dbe6f2e39726610caf
Files:
1
packages/powertop/powertop_1.0.bb
packages/powertop/powertop_1.2.bb
Diffs:

#
# mt diff -r390f4dbb9cf6d095a35cd58c7e953fa2e81d669c -r8390c5b6b9d59cb9aaf655dbe6f2e39726610caf
#
# 
# 
# rename "packages/powertop/powertop_1.0.bb"
#     to "packages/powertop/powertop_1.2.bb"
# 
# patch "packages/powertop/powertop_1.2.bb"
#  from [e510bf82a34dc9c5666ecaa8ba09c40a60418076]
#    to [e14455ce075789a206c06072ac67da6198db4477]
# 
============================================================
--- packages/powertop/powertop_1.0.bb	e510bf82a34dc9c5666ecaa8ba09c40a60418076
+++ packages/powertop/powertop_1.2.bb	e14455ce075789a206c06072ac67da6198db4477
@@ -1,17 +1,9 @@ DESCRIPTION = "PowerTOP, a tool that hel
 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}
 }
-






More information about the Openembedded-commits mailing list