aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/jpeg
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2010-09-27 09:44:05 -0500
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-11 22:15:10 +0100
commitfa647b91768a151988f57036dfeff9a0846d6f61 (patch)
tree6ee512465f610637c031d965f1ab2129d14b51a8 /meta/recipes-core/jpeg
parentb2f2590e6c566d1ed4df87cf52279106497d584d (diff)
downloadopenembedded-core-contrib-fa647b91768a151988f57036dfeff9a0846d6f61.tar.gz
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 <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-core/jpeg')
-rw-r--r--meta/recipes-core/jpeg/jpeg_8b.bb4
1 files changed, 3 insertions, 1 deletions
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"