summaryrefslogtreecommitdiffstats
path: root/meta/packages/powertop/powertop_1.9.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-01-22 15:29:03 +0000
committerRoss Burton <ross@openedhand.com>2008-01-22 15:29:03 +0000
commite06f2c78392ec08913c6ac7c4d0fc24fedea3a5b (patch)
tree0cecf62442ce352fc5178304e34101be82fa0c81 /meta/packages/powertop/powertop_1.9.bb
parent551987f968a39dca23f4bb66d8adf60fd9a74003 (diff)
downloadpoky-e06f2c78392ec08913c6ac7c4d0fc24fedea3a5b.tar.gz
powertop: fix crash in dump mode
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3572 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/powertop/powertop_1.9.bb')
-rw-r--r--meta/packages/powertop/powertop_1.9.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/packages/powertop/powertop_1.9.bb b/meta/packages/powertop/powertop_1.9.bb
index ab84161ddc..f78714c719 100644
--- a/meta/packages/powertop/powertop_1.9.bb
+++ b/meta/packages/powertop/powertop_1.9.bb
@@ -3,7 +3,10 @@ HOMEPAGE = "http://www.linuxpowertop.org/"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4DEPENDS = "ncurses" 4DEPENDS = "ncurses"
5 5
6SRC_URI = "http://www.linuxpowertop.org/download/powertop-${PV}.tar.gz" 6PR="r1"
7
8SRC_URI = "http://www.linuxpowertop.org/download/powertop-${PV}.tar.gz \
9 file://dump-fixes.patch;patch=1"
7 10
8CFLAGS += "${LDFLAGS}" 11CFLAGS += "${LDFLAGS}"
9 12