summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/jpeg/jpeg_8b.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/jpeg/jpeg_8b.bb')
-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"