diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-06-18 13:54:11 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-29 17:13:37 +0100 |
commit | 4f95e0b443d04c0759c10265a97502b60b46749a (patch) | |
tree | 662176a429e57438e7655741716dde4591122f79 /meta/packages | |
parent | 1633f680e3f97fdd596b958f2791cd34839589b7 (diff) | |
download | poky-4f95e0b443d04c0759c10265a97502b60b46749a.tar.gz |
gnome-mime-data: Fix meta data
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/gnome/gnome-mime-data_2.18.0.bb | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/meta/packages/gnome/gnome-mime-data_2.18.0.bb b/meta/packages/gnome/gnome-mime-data_2.18.0.bb index 429004ad67..edaabe15d9 100644 --- a/meta/packages/gnome/gnome-mime-data_2.18.0.bb +++ b/meta/packages/gnome/gnome-mime-data_2.18.0.bb | |||
@@ -1,7 +1,14 @@ | |||
1 | LICENSE = "GPL" | 1 | DESCRIPTION = "Base MIME and Application database for GNOME" |
2 | HOMEPAGE = "http://www.gnome.org/" | ||
3 | BUGTRACKER = "https://bugzilla.gnome.org/" | ||
4 | |||
5 | LICENSE = "GPLv2 & GPLv2+" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | ||
7 | file://check-mime.pl;endline=26;md5=a95b63c92c33d4ca1af61a315888f450" | ||
8 | |||
2 | inherit gnome | 9 | inherit gnome |
3 | inherit autotools | 10 | inherit autotools |
4 | PR = "r2" | 11 | PR = "r3" |
5 | 12 | ||
6 | SRC_URI += "file://pkgconfig.patch;patch=1" | 13 | SRC_URI += "file://pkgconfig.patch;patch=1" |
7 | 14 | ||