diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-07-01 19:07:09 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-02 15:28:54 +0100 |
commit | 680f615991b4da0b24df45bef99332542dac8827 (patch) | |
tree | b8ccd4a72cac667339dafc72d27b793b06986199 /meta/packages/matchbox-stroke/matchbox-stroke_svn.bb | |
parent | ea1f53d2f3d325ceddce1b12da9d5cfcfa4fae07 (diff) | |
download | poky-680f615991b4da0b24df45bef99332542dac8827.tar.gz |
matchbox-stroke: Fix the metadata
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/packages/matchbox-stroke/matchbox-stroke_svn.bb')
-rw-r--r-- | meta/packages/matchbox-stroke/matchbox-stroke_svn.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/packages/matchbox-stroke/matchbox-stroke_svn.bb b/meta/packages/matchbox-stroke/matchbox-stroke_svn.bb index ad6b030daf..f3626557e3 100644 --- a/meta/packages/matchbox-stroke/matchbox-stroke_svn.bb +++ b/meta/packages/matchbox-stroke/matchbox-stroke_svn.bb | |||
@@ -1,5 +1,9 @@ | |||
1 | DESCRIPTION = "Matchbox stroke recogniser" | 1 | DESCRIPTION = "Matchbox stroke recogniser" |
2 | LICENSE = "GPL" | 2 | HOMEPAGE = "http://matchbox-project.org" |
3 | BUGTRACKER = "http://bugzilla.openedhand.com/" | ||
4 | |||
5 | LICENSE = "GPLv2" | ||
6 | |||
3 | DEPENDS = "libfakekey expat libxft" | 7 | DEPENDS = "libfakekey expat libxft" |
4 | SECTION = "x11/wm" | 8 | SECTION = "x11/wm" |
5 | PV = "0.0+svnr${SRCREV}" | 9 | PV = "0.0+svnr${SRCREV}" |