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/jpeg/jpeg_8b.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-core/jpeg') diff --git a/meta/recipes-core/jpeg/jpeg_8b.bb b/meta/recipes-core/jpeg/jpeg_8b.bb index 53847e715a..012bbcf491 100644 --- a/meta/recipes-core/jpeg/jpeg_8b.bb +++ b/meta/recipes-core/jpeg/jpeg_8b.bb @@ -1,4 +1,5 @@ -DESCRIPTION = "libjpeg is a library for handling the JPEG (JFIF) image format." +SUMMARY = "libjpeg is a library for handling the JPEG (JFIF) image format." +DESCRIPTION = "libjpeg contains a library for handling the JPEG (JFIF) image format, as well as related programs for accessing the libjpeg functions." HOMEPAGE = "http://www.ijg.org/" BUGTRACKER = "" @@ -37,6 +38,7 @@ do_install() { } PACKAGES =+ "jpeg-tools " +DESCRIPTION_jpeg-tools = "The jpeg-tools package includes the client programs for access libjpeg functionality. These tools allow for the compression, decompression, transformation and display of JPEG files." FILES_jpeg-tools = "${bindir}/*" BBCLASSEXTEND = "native" -- cgit 1.2.3-korg