summaryrefslogtreecommitdiffstats
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)
downloadpoky-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 @@
1DESCRIPTION = "libjpeg is a library for handling the JPEG (JFIF) image format." 1SUMMARY = "libjpeg is a library for handling the JPEG (JFIF) image format."
2DESCRIPTION = "libjpeg contains a library for handling the JPEG (JFIF) image format, as well as related programs for accessing the libjpeg functions."
2HOMEPAGE = "http://www.ijg.org/" 3HOMEPAGE = "http://www.ijg.org/"
3BUGTRACKER = "" 4BUGTRACKER = ""
4 5
@@ -37,6 +38,7 @@ do_install() {
37} 38}
38 39
39PACKAGES =+ "jpeg-tools " 40PACKAGES =+ "jpeg-tools "
41DESCRIPTION_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."
40FILES_jpeg-tools = "${bindir}/*" 42FILES_jpeg-tools = "${bindir}/*"
41 43
42BBCLASSEXTEND = "native" 44BBCLASSEXTEND = "native"