diff options
author | Rene Wagner <rw@handhelds.org> | 2006-02-03 21:54:04 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-03 21:54:04 +0000 |
commit | 7f2033babbd4d0e5a00b62fe745f058b1f73b48d (patch) | |
tree | 0af4b4f3ea089a37d5606d7f04ba4cbdfc7244e7 /packages/matchbox-common/matchbox-common_0.9.1.bb | |
parent | 2d79e20a4ae0620cec67b56d8e007a1973f5959a (diff) |
matchbox-common: remove "Utilities" category as the distinction between "Utilities" and "Other" is currently rather random. Part of a fix for hh.org Bug #1462
Diffstat (limited to 'packages/matchbox-common/matchbox-common_0.9.1.bb')
-rw-r--r-- | packages/matchbox-common/matchbox-common_0.9.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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 |