]> code.ossystems Code Review - openembedded-core.git/commitdiff
shared-mime-info: fix metadata
authorQing He <qing.he@intel.com>
Fri, 2 Jul 2010 01:43:43 +0000 (09:43 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Fri, 2 Jul 2010 22:32:46 +0000 (15:32 -0700)
add description and homepage, update license

Signed-off-by: Qing He <qing.he@intel.com>
meta/packages/shared-mime-info/shared-mime-info.inc

index 81320371fa67a3ec961f96bbd36bcc06137349ee..d60f81d9d049250898dc0f68fce8b6aca0aec354 100644 (file)
@@ -1,12 +1,14 @@
+DESCRIPTION = "shared MIME database and spec"
+HOMEPAGE = "http://freedesktop.org/wiki/Software/shared-mime-info"
 SECTION = "base"
-LICENSE = "GPL"
+LICENSE = "GPLv2+"
 
-SRC_URI = "http://freedesktop.org/~hadess/shared-mime-info-${PV}.tar.bz2"
 DEPENDS = "libxml2 intltool-native glib-2.0 shared-mime-info-native"
 DEPENDS_virtclass-native = "libxml2-native intltool-native glib-2.0-native"
-
 PR = "r2"
 
+SRC_URI = "http://freedesktop.org/~hadess/shared-mime-info-${PV}.tar.bz2"
+
 inherit autotools pkgconfig gettext
 
 EXTRA_OECONF = "--disable-update-mimedb"