diff options
author | Maxin B. John <maxin.john@intel.com> | 2015-11-30 11:13:43 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-01-27 12:43:57 +0100 |
commit | 1e2d9ae318c4ec3b2431cb40ac15473be4ac35a5 (patch) | |
tree | 1e60128acef61c1ecc44220e967464abea802e37 | |
parent | 947821e3e5d17a1f712860bcabf3a59216c9250d (diff) | |
download | meta-openembedded-1e2d9ae318c4ec3b2431cb40ac15473be4ac35a5.tar.gz |
libjpeg-turbo: remove recipe
Remove libjpeg-turbo package from meta-oe as it will be moved to oe-core
to replace libjpeg package.
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-core/jpeg/libjpeg-turbo_8d+1.4.2.bb | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/meta-oe/recipes-core/jpeg/libjpeg-turbo_8d+1.4.2.bb b/meta-oe/recipes-core/jpeg/libjpeg-turbo_8d+1.4.2.bb deleted file mode 100644 index 0138a6309..000000000 --- a/meta-oe/recipes-core/jpeg/libjpeg-turbo_8d+1.4.2.bb +++ /dev/null | |||
@@ -1,40 +0,0 @@ | |||
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/" | ||
3 | |||
4 | LICENSE = "BSD-3-Clause" | ||
5 | LIC_FILES_CHKSUM = "file://cdjpeg.h;endline=12;md5=cad955d15145c3fdceec6855e078e953 \ | ||
6 | file://jpeglib.h;endline=14;md5=dfc803dc51ae21178d1376ec73c4454d \ | ||
7 | file://djpeg.c;endline=9;md5=e93a8f2061e8a0ac71c7a485c10489e2 \ | ||
8 | " | ||
9 | |||
10 | DEPENDS = "nasm-native" | ||
11 | |||
12 | BASEPV = "${@d.getVar('PV',True).split('+')[1]}" | ||
13 | |||
14 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${BASEPV}.tar.gz" | ||
15 | SRC_URI[md5sum] = "86b0d5f7507c2e6c21c00219162c3c44" | ||
16 | SRC_URI[sha256sum] = "521bb5d3043e7ac063ce3026d9a59cc2ab2e9636c655a2515af5f4706122233e" | ||
17 | |||
18 | S = "${WORKDIR}/${BPN}-${BASEPV}" | ||
19 | |||
20 | # Drop-in replacement for jpeg | ||
21 | PROVIDES = "jpeg" | ||
22 | RPROVIDES_${PN} += "jpeg" | ||
23 | RREPLACES_${PN} += "jpeg" | ||
24 | RCONFLICTS_${PN} += "jpeg" | ||
25 | |||
26 | inherit autotools pkgconfig | ||
27 | |||
28 | EXTRA_OECONF = "--with-jpeg8 " | ||
29 | |||
30 | PACKAGES =+ "jpeg-tools libturbojpeg" | ||
31 | |||
32 | 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." | ||
33 | FILES_jpeg-tools = "${bindir}/*" | ||
34 | |||
35 | FILES_libturbojpeg = "${libdir}/libturbojpeg.so" | ||
36 | INSANE_SKIP_libturbojpeg = "dev-so" | ||
37 | |||
38 | BBCLASSEXTEND = "native" | ||
39 | |||
40 | LEAD_SONAME = "libjpeg.so.8" | ||