summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhai Edwin <edwin.zhai@intel.com>2010-07-01 19:07:09 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-02 15:28:54 +0100
commit680f615991b4da0b24df45bef99332542dac8827 (patch)
treeb8ccd4a72cac667339dafc72d27b793b06986199
parentea1f53d2f3d325ceddce1b12da9d5cfcfa4fae07 (diff)
downloadpoky-680f615991b4da0b24df45bef99332542dac8827.tar.gz
matchbox-stroke: Fix the metadata
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
-rw-r--r--meta/packages/matchbox-stroke/matchbox-stroke_svn.bb6
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 @@
1DESCRIPTION = "Matchbox stroke recogniser" 1DESCRIPTION = "Matchbox stroke recogniser"
2LICENSE = "GPL" 2HOMEPAGE = "http://matchbox-project.org"
3BUGTRACKER = "http://bugzilla.openedhand.com/"
4
5LICENSE = "GPLv2"
6
3DEPENDS = "libfakekey expat libxft" 7DEPENDS = "libfakekey expat libxft"
4SECTION = "x11/wm" 8SECTION = "x11/wm"
5PV = "0.0+svnr${SRCREV}" 9PV = "0.0+svnr${SRCREV}"