Re: [OE-core] [PATCH] libjpeg: Replace libjpeg with libjpeg-turbo

2015-12-01 Thread Maxin B. John
Hi Ross, On Tue, Dec 01, 2015 at 03:36:06PM +, Burton, Ross wrote: On 30 November 2015 at 09:28, Maxin B. John wrote: >> +PACKAGES =+ "jpeg-tools libturbojpeg" >> +FILES_libturbojpeg = "${libdir}/libturbojpeg.so" >> +INSANE_SKIP_libturbojpeg = "dev-so" > >I don't understand why there's a libt

Re: [OE-core] [PATCH] libjpeg: Replace libjpeg with libjpeg-turbo

2015-12-01 Thread Burton, Ross
On 30 November 2015 at 09:28, Maxin B. John wrote: > +PACKAGES =+ "jpeg-tools libturbojpeg" > +FILES_libturbojpeg = "${libdir}/libturbojpeg.so" > +INSANE_SKIP_libturbojpeg = "dev-so" I don't understand why there's a libturbojpeg package solely for a development symlink that should be in $PN-dev.

[OE-core] [PATCH] libjpeg: Replace libjpeg with libjpeg-turbo

2015-11-30 Thread Maxin B. John
Moving libjpeg-turbo from meta-oe as a replacement for libjpeg package. libjpeg-turbo has same API/ABI as libjpeg. It is relatively faster in JPEG compression/decompression than libjpeg. [YOCTO #8628] Signed-off-by: Maxin B. John --- meta/recipes-core/jpeg/jpeg_9a.bb| 29 ---