From fa647b91768a151988f57036dfeff9a0846d6f61 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Mon, 27 Sep 2010 09:44:05 -0500 Subject: recipes-core: Cleanup package descriptions and summaries [BUGID #281] Evaluate and update each package in recipes-core to ensure they have a consistent summary and description. Signed-off-by: Mark Hatle --- meta/recipes-core/libxml/libxml2.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-core/libxml/libxml2.inc') diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc index 5aba6a7875..6959b69d81 100644 --- a/meta/recipes-core/libxml/libxml2.inc +++ b/meta/recipes-core/libxml/libxml2.inc @@ -1,4 +1,5 @@ -DESCRIPTION = "GNOME XML Parser library" +SUMMARY = "XML C Parser Library and Toolkit" +DESCRIPTION = "The XML Parser Library allows for manipulation of XML files. Libxml2 exports Push and Pull type parser interfaces for both XML and HTML. It can do DTD validation at parse time, on a parsed document instance or with an arbitrary DTD. Libxml2 includes complete XPath, XPointer and Xinclude implementations. It also has a SAX like interface, which is designed to be compatible with Expat." HOMEPAGE = "http://www.xmlsoft.org/" BUGTRACKER = "http://bugzilla.gnome.org/buglist.cgi?product=libxml2" SECTION = "libs" -- cgit v1.2.3-54-g00ecf