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-common | |
parent | 0c89a054a6e3279f935d0fd1b1a29d5da3b2089d (diff) | |
parent | f5c58cb11d713fe6fabccc5265ba461600b0971c (diff) |
merge of 253b3416d6485c95aa1653ae4d5b49a707d9fbe6
and 9b98e6390444bf96f5e5fa74d89ff83c0083a833
Diffstat (limited to 'packages/matchbox-common')
3 files changed, 10 insertions, 1 deletions
diff --git a/packages/matchbox-common/matchbox-common/.mtn2git_empty b/packages/matchbox-common/matchbox-common/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/matchbox-common/matchbox-common/.mtn2git_empty diff --git a/packages/matchbox-common/matchbox-common/no-utilities-category.patch b/packages/matchbox-common/matchbox-common/no-utilities-category.patch new file mode 100644 index 0000000000..6801533ac3 --- /dev/null +++ b/packages/matchbox-common/matchbox-common/no-utilities-category.patch @@ -0,0 +1,7 @@ +--- matchbox-common-0.9.1.orig/data/vfolders-pda/Root.order 2006-02-03 22:26:55.000000000 +0100 ++++ matchbox-common-0.9.1/data/vfolders-pda/Root.order 2006-02-03 22:32:08.000000000 +0100 +@@ -1,4 +1,3 @@ +-Utilities + Games + Settings + Other diff --git a/packages/matchbox-common/matchbox-common_0.9.1.bb b/packages/matchbox-common/matchbox-common_0.9.1.bb index 2927ccd08f..27c2bdf508 100644 --- a/packages/matchbox-common/matchbox-common_0.9.1.bb +++ b/packages/matchbox-common/matchbox-common_0.9.1.bb @@ -2,8 +2,10 @@ SECTION = "x11/wm" DESCRIPTION = "Matchbox window manager common files" LICENSE = "GPL" DEPENDS = "libmatchbox" +PR = "r1" -SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz" +SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz \ + file://no-utilities-category.patch;patch=1" inherit autotools pkgconfig |