summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/powertop/powertop_1.2.bb (renamed from packages/powertop/powertop_1.0.bb)12
1 files changed, 2 insertions, 10 deletions
diff --git a/packages/powertop/powertop_1.0.bb b/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}
}
-