summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorZhai Edwin <edwin.zhai@intel.com>2010-07-01 19:12:05 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-02 15:28:54 +0100
commit61326bf8ffe43b4e7fa14b5328959d16e5ed41f3 (patch)
tree2e460746bd1fb00712cff595819563992747d60f /meta
parent680f615991b4da0b24df45bef99332542dac8827 (diff)
downloadpoky-61326bf8ffe43b4e7fa14b5328959d16e5ed41f3.tar.gz
matchbox-wm: Fix the meta data
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/matchbox-wm/matchbox-wm_svn.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/packages/matchbox-wm/matchbox-wm_svn.bb b/meta/packages/matchbox-wm/matchbox-wm_svn.bb
index b4b137325e..09c2ddfb0b 100644
--- a/meta/packages/matchbox-wm/matchbox-wm_svn.bb
+++ b/meta/packages/matchbox-wm/matchbox-wm_svn.bb
@@ -1,6 +1,10 @@
1SECTION = "x11/wm"
2DESCRIPTION = "Matchbox window manager" 1DESCRIPTION = "Matchbox window manager"
3LICENSE = "GPL" 2HOMEPAGE = "http://matchbox-project.org"
3BUGTRACKER = "http://bugzilla.openedhand.com/"
4
5LICENSE = "GPLv2+"
6
7SECTION = "x11/wm"
4DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf" 8DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf"
5 9
6PV = "1.2+svnr${SRCREV}" 10PV = "1.2+svnr${SRCREV}"