diff options
author | Richard Purdie <richard@openedhand.com> | 2008-10-02 22:09:13 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-10-02 22:09:13 +0000 |
commit | e373a4e0652a2a4c42f015ad92ee814ecd418079 (patch) | |
tree | 8f178da02d5713f41bf46f45d002e74905def4f5 /meta/packages/matchbox-wm | |
parent | 628db3a7cfd8a35cfd8525f580aa08da5fe2a4d2 (diff) | |
download | poky-e373a4e0652a2a4c42f015ad92ee814ecd418079.tar.gz |
matchbox-wm: Remove pointless PROVIDES
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5400 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-wm')
-rw-r--r-- | meta/packages/matchbox-wm/matchbox-wm_svn.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/packages/matchbox-wm/matchbox-wm_svn.bb b/meta/packages/matchbox-wm/matchbox-wm_svn.bb index 1b79e09942..b4b137325e 100644 --- a/meta/packages/matchbox-wm/matchbox-wm_svn.bb +++ b/meta/packages/matchbox-wm/matchbox-wm_svn.bb | |||
@@ -2,7 +2,6 @@ SECTION = "x11/wm" | |||
2 | DESCRIPTION = "Matchbox window manager" | 2 | DESCRIPTION = "Matchbox window manager" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf" | 4 | DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf" |
5 | PROVIDES = "matchbox-wm" | ||
6 | 5 | ||
7 | PV = "1.2+svnr${SRCREV}" | 6 | PV = "1.2+svnr${SRCREV}" |
8 | PR = "r4" | 7 | PR = "r4" |