diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-02-05 22:18:24 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-05 22:18:24 +0000 |
commit | 9fc42a7dd92e6104ab7c4077507d93d35be7bf95 (patch) | |
tree | 7460294d52028d98cf3bc2e27b60e07f3f7e2458 /packages/matchbox-panel/matchbox-panel_0.9.2.bb | |
parent | 8b1cc22759301dfcbb1c31d4c23562069b2b0d26 (diff) | |
parent | 638a56f9dbe28f640300cf0f8f40d732ac3a92ee (diff) |
merge of 40d10bcbb5038258ca03225d0154ca5e48858b4d
and da977902d209ed78b9d35354ede0aa20347a5f1d
Diffstat (limited to 'packages/matchbox-panel/matchbox-panel_0.9.2.bb')
-rw-r--r-- | packages/matchbox-panel/matchbox-panel_0.9.2.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/matchbox-panel/matchbox-panel_0.9.2.bb b/packages/matchbox-panel/matchbox-panel_0.9.2.bb index 0b7df29693..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="r6" +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://kernel2.6.patch;patch=1" + file://mb-applet-battery-repaint.patch;patch=1 \ + file://system-monitor-crash-fix.patch;patch=1 " |