diff options
author | Ross Burton <ross@openedhand.com> | 2008-01-22 15:29:03 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-01-22 15:29:03 +0000 |
commit | e06f2c78392ec08913c6ac7c4d0fc24fedea3a5b (patch) | |
tree | 0cecf62442ce352fc5178304e34101be82fa0c81 /meta/packages/powertop/powertop_1.9.bb | |
parent | 551987f968a39dca23f4bb66d8adf60fd9a74003 (diff) | |
download | poky-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.bb | 5 |
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/" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | DEPENDS = "ncurses" | 4 | DEPENDS = "ncurses" |
5 | 5 | ||
6 | SRC_URI = "http://www.linuxpowertop.org/download/powertop-${PV}.tar.gz" | 6 | PR="r1" |
7 | |||
8 | SRC_URI = "http://www.linuxpowertop.org/download/powertop-${PV}.tar.gz \ | ||
9 | file://dump-fixes.patch;patch=1" | ||
7 | 10 | ||
8 | CFLAGS += "${LDFLAGS}" | 11 | CFLAGS += "${LDFLAGS}" |
9 | 12 | ||