diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-02-04 00:06:36 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-04 00:06:36 +0000 |
commit | 68bbf3db1f5e24adc9e759bf0dd0274cbcd67910 (patch) | |
tree | 5ef450ae46cfe0efb51807e178441274d461de25 /packages | |
parent | 6feb55507eccb4f2ce25a52bd1fef38b59477a24 (diff) | |
parent | 7f2033babbd4d0e5a00b62fe745f058b1f73b48d (diff) |
merge of 35bf847ec624a472e7754b8b62294721f8d0d281
and a2bad5c04285fc3770315adbf676c5448eba58e5
Diffstat (limited to 'packages')
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 |