aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/jpeg
AgeCommit message (Collapse)Author
2012-10-23libjpeg-turbo: Add RPROVIDES to fix errors when rdepending on jpegSamuel Stirtzel
This fixes "ERROR: Multiple .bb files are due to be built which each provide jpeg" Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> Acked-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-09-10libjpeg: use nasm-native also for target DEPENDS, it's needed for targets ↵Martin Jansa
with SIMD support * configure checks that the same as in native case | configure:13139: checking if we have SIMD optimisations for cpu type | configure:13143: result: yes (x86_64) | configure:13151: checking for nasm | configure:13181: result: no | configure:13151: checking for nasmw | configure:13181: result: no | configure:13151: checking for yasm | configure:13181: result: no | configure:13189: error: no nasm (Netwide Assembler) found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-07-16various: update ; proto= to ; protocol= in SRC_URIKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-06-21libjpeg-turbo: add LEAD_SONAME to fix upgrade to 8dMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-06-20libjpeg-turbo: update 1.2.1 / use version 8d to follow oe-core libjpeg updateAndreas Müller
without following oe-core's version PREFERRED_PROVIDER_jpeg does not work and libjpeg is build. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-02-26Quoting fixesMartin Jansa
* We have various variables which are either not quoted at all or are * half quoted. This patch fixes the bad exmaples so everything is consistent. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-15libjpeg-turbo: native depends on nasm-nativeEric BENARD
else I get the following error during configure : | configure: error: no nasm (Netwide Assembler) found Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-13libjpeg-turbo: initial addKoen Kooi
If you're on x86 or ARM this will be a lot faster due to SIMD optimizations Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>