mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
libjpeg-turbo: update 1.3.0 -> 1.3.1
This commit also modifies SRC_URI to fetch a release tarfile instead of checking out from SourceForge SVN and makes some minor updates to the jpeg-tools DESCRIPTION text. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
447ef234d4
commit
afbd4eacbd
+9
-6
@@ -4,13 +4,16 @@ HOMEPAGE = "http://libjpeg-turbo.org/"
|
||||
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 \
|
||||
file://djpeg.c;endline=9;md5=7629c51aed78174711c20a40194a8f1b \
|
||||
"
|
||||
PV = "8d+1.3.0"
|
||||
SRCREV = "988"
|
||||
SRC_URI = "svn://svn.code.sf.net/p/libjpeg-turbo/code;protocol=svn;module=trunk"
|
||||
|
||||
S = "${WORKDIR}/trunk"
|
||||
BASEPV = "${@d.getVar('PV',True).split('+')[1]}"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${BASEPV}.tar.gz"
|
||||
SRC_URI[md5sum] = "2c3a68129dac443a72815ff5bb374b05"
|
||||
SRC_URI[sha256sum] = "c132907417ddc40ed552fe53d6b91d5fecbb14a356a60ddc7ea50d6be9666fb9"
|
||||
|
||||
S = "${WORKDIR}/${BPN}-${BASEPV}"
|
||||
|
||||
# Drop-in replacement for jpeg
|
||||
PROVIDES = "jpeg"
|
||||
@@ -24,7 +27,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."
|
||||
DESCRIPTION_jpeg-tools = "The jpeg-tools package includes client programs to access libjpeg functionality. These tools allow for the compression, decompression, transformation and display of JPEG files and benchmarking of the libjpeg library."
|
||||
FILES_jpeg-tools = "${bindir}/*"
|
||||
|
||||
FILES_libturbojpeg = "${libdir}/libturbojpeg.so"
|
||||
Reference in New Issue
Block a user