]> code.ossystems Code Review - openembedded-core.git/commitdiff
matchbox-terminal: Fix meta data
authorZhai Edwin <edwin.zhai@intel.com>
Fri, 18 Jun 2010 06:25:30 +0000 (14:25 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 29 Jun 2010 16:13:37 +0000 (17:13 +0100)
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
meta/packages/matchbox-terminal/matchbox-terminal_svn.bb

index 4d2ddc2eb91da62ea53ffe13af6af8f6758d2650..169223f84eac10ba4b0d4159a449e4635566ebff 100644 (file)
@@ -1,8 +1,15 @@
 DESCRIPTION = "Matchbox Terminal"
-LICENSE = "GPL"
+HOMEPAGE = "http://www.matchbox-project.org/"
+BUGTRACKER = "http://bugzilla.openedhand.com/"
+
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+                    file://main.c;endline=20;md5=96e39176d9e355639a0b8b1c7a840820"
+
 DEPENDS = "gtk+ vte"
 SECTION = "x11/utils"
 PV = "0.0+svnr${SRCREV}"
+PR = "r0"
 
 SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"