diff options
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r-- | meta-oe/recipes-core/jpeg/libjpeg-turbo_8d+1.3.1.bb (renamed from meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb) | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb b/meta-oe/recipes-core/jpeg/libjpeg-turbo_8d+1.3.1.bb index fa4acfdf3..6a09fdac4 100644 --- a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb +++ b/meta-oe/recipes-core/jpeg/libjpeg-turbo_8d+1.3.1.bb | |||
@@ -4,13 +4,16 @@ HOMEPAGE = "http://libjpeg-turbo.org/" | |||
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=9;md5=7629c51aed78174711c20a40194a8f1b \ |
8 | " | 8 | " |
9 | PV = "8d+1.3.0" | ||
10 | SRCREV = "988" | ||
11 | SRC_URI = "svn://svn.code.sf.net/p/libjpeg-turbo/code;protocol=svn;module=trunk" | ||
12 | 9 | ||
13 | S = "${WORKDIR}/trunk" | 10 | BASEPV = "${@d.getVar('PV',True).split('+')[1]}" |
11 | |||
12 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${BASEPV}.tar.gz" | ||
13 | SRC_URI[md5sum] = "2c3a68129dac443a72815ff5bb374b05" | ||
14 | SRC_URI[sha256sum] = "c132907417ddc40ed552fe53d6b91d5fecbb14a356a60ddc7ea50d6be9666fb9" | ||
15 | |||
16 | S = "${WORKDIR}/${BPN}-${BASEPV}" | ||
14 | 17 | ||
15 | # Drop-in replacement for jpeg | 18 | # Drop-in replacement for jpeg |
16 | PROVIDES = "jpeg" | 19 | PROVIDES = "jpeg" |
@@ -24,7 +27,7 @@ EXTRA_OECONF = "--with-jpeg8 " | |||
24 | 27 | ||
25 | PACKAGES =+ "jpeg-tools libturbojpeg" | 28 | PACKAGES =+ "jpeg-tools libturbojpeg" |
26 | 29 | ||
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." | 30 | 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." |
28 | FILES_jpeg-tools = "${bindir}/*" | 31 | FILES_jpeg-tools = "${bindir}/*" |
29 | 32 | ||
30 | FILES_libturbojpeg = "${libdir}/libturbojpeg.so" | 33 | FILES_libturbojpeg = "${libdir}/libturbojpeg.so" |