diff options
author | Koen Kooi <koen@openembedded.org> | 2006-02-05 10:47:57 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-05 10:47:57 +0000 |
commit | d8d62e47067d3049939327d8fddf07700a3f0aad (patch) | |
tree | 04ba097d0339ccbee0011872385d75e7ea852499 /packages/matchbox-panel/matchbox-panel_0.9.2.bb | |
parent | 8e80a354ffb30d94054553fc1adec9e2c20dacaf (diff) |
matchbox-panel: apply patch to stop wastefull battery polling, closes hh.org bug #1474
Diffstat (limited to 'packages/matchbox-panel/matchbox-panel_0.9.2.bb')
-rw-r--r-- | packages/matchbox-panel/matchbox-panel_0.9.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/matchbox-panel/matchbox-panel_0.9.2.bb b/packages/matchbox-panel/matchbox-panel_0.9.2.bb index d0c208cb64..4c037690b6 100644 --- a/packages/matchbox-panel/matchbox-panel_0.9.2.bb +++ b/packages/matchbox-panel/matchbox-panel_0.9.2.bb @@ -1,10 +1,11 @@ include matchbox-panel.inc -PR="r7" +PR="r9" SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz \ file://add_hostap.patch;patch=1 \ http://handhelds.org/~pb/mb-panel-0.9.2-polling.patch;patch=1 \ http://handhelds.org/~pb/mb-panel-0.9.2-msgcancel.patch;patch=1 \ + file://mb-applet-battery-repaint.patch;patch=1 \ file://system-monitor-crash-fix.patch;patch=1 " |