summaryrefslogtreecommitdiffstats
path: root/meta/packages/powertop/powertop_1.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/powertop/powertop_1.9.bb')
-rw-r--r--meta/packages/powertop/powertop_1.9.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/packages/powertop/powertop_1.9.bb b/meta/packages/powertop/powertop_1.9.bb
deleted file mode 100644
index f78714c719..0000000000
--- a/meta/packages/powertop/powertop_1.9.bb
+++ /dev/null
@@ -1,20 +0,0 @@
1DESCRIPTION = "PowerTOP, a tool that helps you find what software is using the most power."
2HOMEPAGE = "http://www.linuxpowertop.org/"
3LICENSE = "GPLv2"
4DEPENDS = "ncurses"
5
6PR="r1"
7
8SRC_URI = "http://www.linuxpowertop.org/download/powertop-${PV}.tar.gz \
9 file://dump-fixes.patch;patch=1"
10
11CFLAGS += "${LDFLAGS}"
12
13do_configure() {
14 # We do not build ncurses with wide char support
15 sed -i -e "s/lncursesw/lncurses/" ${S}/Makefile
16}
17
18do_install() {
19 oe_runmake install DESTDIR=${D}
20}