diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2006-02-05 01:01:54 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-05 01:01:54 +0000 |
commit | a1e5ad6c67eaaf22b6223f3f3c2633177d77f4da (patch) | |
tree | edf3a86d536491c46247a95e76c1910de359e9ae /packages/matchbox-panel/matchbox-panel_0.9.2.bb | |
parent | 0c89a054a6e3279f935d0fd1b1a29d5da3b2089d (diff) | |
parent | f5c58cb11d713fe6fabccc5265ba461600b0971c (diff) |
merge of 253b3416d6485c95aa1653ae4d5b49a707d9fbe6
and 9b98e6390444bf96f5e5fa74d89ff83c0083a833
Diffstat (limited to 'packages/matchbox-panel/matchbox-panel_0.9.2.bb')
-rw-r--r-- | packages/matchbox-panel/matchbox-panel_0.9.2.bb | 4 |
1 files changed, 2 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..d0c208cb64 100644 --- a/packages/matchbox-panel/matchbox-panel_0.9.2.bb +++ b/packages/matchbox-panel/matchbox-panel_0.9.2.bb @@ -1,10 +1,10 @@ include matchbox-panel.inc -PR="r6" +PR="r7" 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://system-monitor-crash-fix.patch;patch=1 " |