matchbox-desktop-sato: Fix meta data

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
This commit is contained in:
Zhai Edwin 2010-06-18 14:09:56 +08:00 committed by Richard Purdie
parent 1f8a50fb1c
commit 4bf6605924
1 changed files with 8 additions and 2 deletions

View File

@ -1,9 +1,15 @@
SECTION = "x11"
DESCRIPTION = "Sato desktop folders"
LICENSE = "LGPL"
HOMEPAGE = "http://matchbox-project.org"
BUGTRACKER = "http://bugzilla.openedhand.com/"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
SECTION = "x11"
DEPENDS = ""
CONFLICTS = "matchbox-common"
PV = "0.0+svnr${SRCREV}"
PR = "r0"
SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=desktop-folders;proto=http"
S = "${WORKDIR}/desktop-folders"