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:45:05 +0100 |
commit | 56ebcdf167ecbba28e5432a02525883735630a43 (patch) | |
tree | 3bc0b91862a7006cb1ae11b4d983b2aecfb506f4 | |
parent | 612ad98ed28325648050754f9b95bbac4efe464e (diff) | |
download | poky-56ebcdf167ecbba28e5432a02525883735630a43.tar.gz |
gnome-doc-utils: add SUMMARY and DESCRIPTION
(From OE-Core rev: e4f88127e1ea590c358041574e0d4029b890e421)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 8ea0b96baf..9d243a171a 100644 --- a/meta/recipes-gnome/gnome/gnome-doc-utils.inc +++ b/meta/recipes-gnome/gnome/gnome-doc-utils.inc | |||
@@ -1,3 +1,9 @@ | |||
1 | SUMMARY = "A collection of documentation utilities for the Gnome project." | ||
2 | DESCRIPTION = "The GNOME Documentation Build Utilities (gnome-doc- \ | ||
3 | utils) were created to make it easier for application developers to \ | ||
4 | include and create documentation in their releases. They include the \ | ||
5 | xml2po tool which makes it easier to translate and keep up to date \ | ||
6 | translations of documentation." | ||
1 | LICENSE = "GPLv2 & LGPLv2.1" | 7 | LICENSE = "GPLv2 & LGPLv2.1" |
2 | DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native glib-2.0" | 8 | DEPENDS = "libxml2 libxslt libxslt-native gnome-doc-utils-native glib-2.0" |
3 | DEPENDS_class-native = "libxml2-native libxslt-native intltool-native glib-2.0-native" | 9 | DEPENDS_class-native = "libxml2-native libxslt-native intltool-native glib-2.0-native" |