diff options
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 53847e715..012bbcf49 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" |