diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-07-01 15:06:10 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-02 15:28:53 +0100 |
commit | 5f1f17f07641347a030b47e1d877c28389855e29 (patch) | |
tree | b37e21d59185bf22168010347214f22c40ece222 /meta | |
parent | d29f2cceafe95fa079e2ca9155f9389a21c25c26 (diff) | |
download | openembedded-core-5f1f17f07641347a030b47e1d877c28389855e29.tar.gz openembedded-core-5f1f17f07641347a030b47e1d877c28389855e29.tar.bz2 openembedded-core-5f1f17f07641347a030b47e1d877c28389855e29.zip |
gtk+: Fix the metadata
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/gtk+/gtk+.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/packages/gtk+/gtk+.inc b/meta/packages/gtk+/gtk+.inc index e8fe233382..f7fa00d5c4 100644 --- a/meta/packages/gtk+/gtk+.inc +++ b/meta/packages/gtk+/gtk+.inc @@ -1,8 +1,11 @@ DESCRIPTION = "GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete \ set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites." HOMEPAGE = "http://www.gtk.org" +BUGTRACKER = "https://bugzilla.gnome.org/" + +LICENSE = "LGPLv2 & LGPLv2+ & LGPLv2.1+" + SECTION = "libs" -LICENSE = "LGPL" PRIORITY = "optional" DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor gtk-doc-native libxrandr \ libgcrypt libxdamage libxrender libxcomposite cairo" |