mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02:00
shared-mime-info: fix metadata
add description and homepage, update license Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user