mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libjpeg-turbo: fix variables spacing
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
a762c3dd9f
commit
1876ebee1b
|
|
@ -1,7 +1,7 @@
|
|||
DESCRIPTION = "libjpeg-turbo is a derivative of libjpeg that uses SIMD instructions (MMX, SSE2, NEON) to accelerate baseline JPEG compression and decompression"
|
||||
HOMEPAGE = "http://libjpeg-turbo.org/"
|
||||
|
||||
LICENSE ="BSD-3-Clause"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://cdjpeg.h;endline=12;md5=78fa8dbac547bb5b2a0e6457a6cfe21d \
|
||||
file://jpeglib.h;endline=14;md5=a08bb0a80f782a9f8da313cc4015ed6f \
|
||||
file://djpeg.c;endline=13;md5=03db065044529233c296324be85530ab \
|
||||
|
|
@ -25,7 +25,7 @@ EXTRA_OECONF = "--with-jpeg8 "
|
|||
PACKAGES =+ "jpeg-tools libturbojpeg"
|
||||
|
||||
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}/*"
|
||||
FILES_jpeg-tools = "${bindir}/*"
|
||||
|
||||
FILES_libturbojpeg = "${libdir}/libturbojpeg.so"
|
||||
INSANE_SKIP_libturbojpeg = "dev-so"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user