aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/powertop/powertop_1.8.bb
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2009-09-13 19:47:16 +0000
committerStefan Schmidt <stefan@datenfreihafen.org>2009-09-13 19:47:16 +0000
commitf16e56319742656189dcedf251bd2ea390d17c03 (patch)
treeda6fc09cbe15b76b6bb9eda5201cd5e13e7f94cd /recipes/powertop/powertop_1.8.bb
parent848446695abfdb3d3631d70ece7e74311f26d37c (diff)
parent34e6a1ce23f1ef5f627447286c4ae768d8bcb1ad (diff)
downloadopenembedded-f16e56319742656189dcedf251bd2ea390d17c03.tar.gz
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/powertop/powertop_1.8.bb')
-rw-r--r--recipes/powertop/powertop_1.8.bb18
1 files changed, 2 insertions, 16 deletions
diff --git a/recipes/powertop/powertop_1.8.bb b/recipes/powertop/powertop_1.8.bb
index ab84161ddc..e74b8a6add 100644
--- a/recipes/powertop/powertop_1.8.bb
+++ b/recipes/powertop/powertop_1.8.bb
@@ -1,17 +1,3 @@
-DESCRIPTION = "PowerTOP, a tool that helps you find what software is using the most power."
-HOMEPAGE = "http://www.linuxpowertop.org/"
-LICENSE = "GPLv2"
-DEPENDS = "ncurses"
+require powertop.inc
+PR = "${INC_PR}.0"
-SRC_URI = "http://www.linuxpowertop.org/download/powertop-${PV}.tar.gz"
-
-CFLAGS += "${LDFLAGS}"
-
-do_configure() {
- # We do not build ncurses with wide char support
- sed -i -e "s/lncursesw/lncurses/" ${S}/Makefile
-}
-
-do_install() {
- oe_runmake install DESTDIR=${D}
-}