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 | |
parent | ea1f53d2f3d325ceddce1b12da9d5cfcfa4fae07 (diff) | |
download | openembedded-core-680f615991b4da0b24df45bef99332542dac8827.tar.gz openembedded-core-680f615991b4da0b24df45bef99332542dac8827.tar.bz2 openembedded-core-680f615991b4da0b24df45bef99332542dac8827.zip |
matchbox-stroke: Fix the metadata
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
-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 @@ DESCRIPTION = "Matchbox stroke recogniser" -LICENSE = "GPL" +HOMEPAGE = "http://matchbox-project.org" +BUGTRACKER = "http://bugzilla.openedhand.com/" + +LICENSE = "GPLv2" + DEPENDS = "libfakekey expat libxft" SECTION = "x11/wm" PV = "0.0+svnr${SRCREV}" |