diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-24 17:59:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-29 14:43:49 +0100 |
commit | e4f88127e1ea590c358041574e0d4029b890e421 (patch) | |
tree | db36ed587653d9f6bfb3caac4b6b3e6fab7ca959 /meta/recipes-gnome/gnome/gnome-doc-utils.inc | |
parent | a7f8989e027abea84a371703909f62a8b9a03177 (diff) | |
download | openembedded-core-contrib-e4f88127e1ea590c358041574e0d4029b890e421.tar.gz |
gnome-doc-utils: add SUMMARY and DESCRIPTION
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-gnome/gnome/gnome-doc-utils.inc')
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-doc-utils.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils.inc b/meta/recipes-gnome/gnome/gnome-doc-utils.inc index 8ea0b96baff..9d243a171ab 100644 --- a/meta/recipes-gnome/gnome/gnome-doc-utils.inc +++ b/meta/recipes-gnome/gnome/gnome-doc-utils.inc @@ -1,3 +1,9 @@ +SUMMARY = "A collection of documentation utilities for the Gnome project." +DESCRIPTION = "The GNOME Documentation Build Utilities (gnome-doc- \ +utils) were created to make it easier for application developers to \ +include and create documentation in their releases. They include the \ +xml2po tool which makes it easier to translate and keep up to date \ +translations of documentation." LICENSE = "GPLv2 & LGPLv2.1" DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native glib-2.0" DEPENDS_class-native = "libxml2-native libxslt-native intltool-native glib-2.0-native" |