diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-02-06 01:31:29 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-06 01:31:29 +0000 |
commit | 69d51a4e09adf355137b0cac65eda31227723c3e (patch) | |
tree | d2b3b44f0ab187354f7fb15935cb85721014b6e1 /packages/matchbox-panel/matchbox-panel_0.9.2.bb | |
parent | dc7f3136445c3fdf6003b4b00615fbc72d950ca3 (diff) | |
parent | 062e000a4691d4884a3ae0233246fb259a335969 (diff) |
merge of 2510e5252ac32a4848eb302514a1d35602ed7afd
and 65b0cd64eeef02b789460148d6bb958749417f11
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 " |