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 | openembedded-core-4f95e0b443d04c0759c10265a97502b60b46749a.tar.gz openembedded-core-4f95e0b443d04c0759c10265a97502b60b46749a.tar.bz2 openembedded-core-4f95e0b443d04c0759c10265a97502b60b46749a.zip |
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 @@ -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" |