diff options
| author | Mark Hatle <mark.hatle@windriver.com> | 2010-09-27 09:44:05 -0500 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-11 22:15:10 +0100 |
| commit | fa647b91768a151988f57036dfeff9a0846d6f61 (patch) | |
| tree | 6ee512465f610637c031d965f1ab2129d14b51a8 /meta/recipes-core/jpeg | |
| parent | b2f2590e6c566d1ed4df87cf52279106497d584d (diff) | |
| download | poky-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.bb | 4 |
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 @@ | |||
| 1 | DESCRIPTION = "libjpeg is a library for handling the JPEG (JFIF) image format." | 1 | SUMMARY = "libjpeg is a library for handling the JPEG (JFIF) image format." |
| 2 | DESCRIPTION = "libjpeg contains a library for handling the JPEG (JFIF) image format, as well as related programs for accessing the libjpeg functions." | ||
| 2 | HOMEPAGE = "http://www.ijg.org/" | 3 | HOMEPAGE = "http://www.ijg.org/" |
| 3 | BUGTRACKER = "" | 4 | BUGTRACKER = "" |
| 4 | 5 | ||
| @@ -37,6 +38,7 @@ do_install() { | |||
| 37 | } | 38 | } |
| 38 | 39 | ||
| 39 | PACKAGES =+ "jpeg-tools " | 40 | PACKAGES =+ "jpeg-tools " |
| 41 | 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." | ||
| 40 | FILES_jpeg-tools = "${bindir}/*" | 42 | FILES_jpeg-tools = "${bindir}/*" |
| 41 | 43 | ||
| 42 | BBCLASSEXTEND = "native" | 44 | BBCLASSEXTEND = "native" |
