1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

gnome-mime-data: Fix meta data

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
This commit is contained in:
Zhai Edwin
2010-06-18 13:54:11 +08:00
committed by Richard Purdie
parent 1633f680e3
commit 4f95e0b443
@@ -1,7 +1,14 @@
LICENSE = "GPL"
DESCRIPTION = "Base MIME and Application database for GNOME"
HOMEPAGE = "http://www.gnome.org/"
BUGTRACKER = "https://bugzilla.gnome.org/"
LICENSE = "GPLv2 & GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
file://check-mime.pl;endline=26;md5=a95b63c92c33d4ca1af61a315888f450"
inherit gnome
inherit autotools
PR = "r2"
PR = "r3"
SRC_URI += "file://pkgconfig.patch;patch=1"