mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 07:37:14 +00:00
libjpeg: use nasm-native also for target DEPENDS, it's needed for targets 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>
This commit is contained in:
@@ -29,6 +29,6 @@ FILES_libturbojpeg = "${libdir}/libturbojpeg.so"
|
|||||||
INSANE_SKIP_libturbojpeg = "dev-so"
|
INSANE_SKIP_libturbojpeg = "dev-so"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
DEPENDS_virtclass-native = "nasm-native"
|
DEPENDS = "nasm-native"
|
||||||
|
|
||||||
LEAD_SONAME = "libjpeg.so.8"
|
LEAD_SONAME = "libjpeg.so.8"
|
||||||
|
|||||||
Reference in New Issue
Block a user