diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-01-19 23:56:19 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-19 23:56:19 +0000 |
commit | 5cbb66115a6a6ca91330176f0cba8f865098d8e3 (patch) | |
tree | 22caeb755e00c82c855198f1b46d19a6f816def7 | |
parent | d9435b804f6bf5b9247275a8549582362b374f85 (diff) |
matchbox-panel: Include patches to fix polling and cancellation of panel messages.
-rw-r--r-- | packages/matchbox-panel/matchbox-panel_0.9.2.bb | 4 |
1 files changed, 3 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 90797cf853..0b7df29693 100644 --- a/packages/matchbox-panel/matchbox-panel_0.9.2.bb +++ b/packages/matchbox-panel/matchbox-panel_0.9.2.bb @@ -1,8 +1,10 @@ include matchbox-panel.inc -PR="r5" +PR="r6" 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" |