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/expat/expat.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/expat') diff --git a/meta/recipes-core/expat/expat.inc b/meta/recipes-core/expat/expat.inc index 8c5010e481..d902b7afdf 100644 --- a/meta/recipes-core/expat/expat.inc +++ b/meta/recipes-core/expat/expat.inc @@ -1,3 +1,4 @@ +SUMMARY = "A stream-oriented XML parser library." DESCRIPTION = "Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags)" HOMEPAGE = "http://expat.sourceforge.net/" SECTION = "libs" -- cgit 1.2.3-korg