diff options
| author | Fathi Boudra <fathi.boudra@linaro.org> | 2013-10-15 14:13:21 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-17 21:36:58 +0200 |
| commit | 0e10363db773d3ff0e329a12c42a5db7182633ad (patch) | |
| tree | 0d656c67b6a40d71d7fbf1d144028a9cba070382 | |
| parent | d9d9b9e05494559cd9bbc3e1a727b216c569d469 (diff) | |
| download | meta-openembedded-0e10363db773d3ff0e329a12c42a5db7182633ad.tar.gz | |
libjpeg-turbo: fix variables spacing
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb b/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb index 9270cea1b9..fa4acfdf39 100644 --- a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb +++ b/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | DESCRIPTION = "libjpeg-turbo is a derivative of libjpeg that uses SIMD instructions (MMX, SSE2, NEON) to accelerate baseline JPEG compression and decompression" | 1 | DESCRIPTION = "libjpeg-turbo is a derivative of libjpeg that uses SIMD instructions (MMX, SSE2, NEON) to accelerate baseline JPEG compression and decompression" |
| 2 | HOMEPAGE = "http://libjpeg-turbo.org/" | 2 | HOMEPAGE = "http://libjpeg-turbo.org/" |
| 3 | 3 | ||
| 4 | LICENSE ="BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://cdjpeg.h;endline=12;md5=78fa8dbac547bb5b2a0e6457a6cfe21d \ | 5 | LIC_FILES_CHKSUM = "file://cdjpeg.h;endline=12;md5=78fa8dbac547bb5b2a0e6457a6cfe21d \ |
| 6 | file://jpeglib.h;endline=14;md5=a08bb0a80f782a9f8da313cc4015ed6f \ | 6 | file://jpeglib.h;endline=14;md5=a08bb0a80f782a9f8da313cc4015ed6f \ |
| 7 | file://djpeg.c;endline=13;md5=03db065044529233c296324be85530ab \ | 7 | file://djpeg.c;endline=13;md5=03db065044529233c296324be85530ab \ |
| @@ -25,7 +25,7 @@ EXTRA_OECONF = "--with-jpeg8 " | |||
| 25 | PACKAGES =+ "jpeg-tools libturbojpeg" | 25 | PACKAGES =+ "jpeg-tools libturbojpeg" |
| 26 | 26 | ||
| 27 | 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." | 27 | 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." |
| 28 | FILES_jpeg-tools = "${bindir}/*" | 28 | FILES_jpeg-tools = "${bindir}/*" |
| 29 | 29 | ||
| 30 | FILES_libturbojpeg = "${libdir}/libturbojpeg.so" | 30 | FILES_libturbojpeg = "${libdir}/libturbojpeg.so" |
| 31 | INSANE_SKIP_libturbojpeg = "dev-so" | 31 | INSANE_SKIP_libturbojpeg = "dev-so" |
