libjpeg: use nasm-native also for target DEPENDS, it's needed for targets with SIMD...
authorMartin Jansa <martin.jansa@gmail.com>
Fri, 7 Sep 2012 09:20:02 +0000 (09:20 +0000)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:23:14 +0000 (08:23 -0800)
* 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

(From meta-openembedded rev: a5c8e3172008fcff788de63160f994ee7ab91151)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb

index dd81606..2aefe1f 100644 (file)
@@ -29,6 +29,6 @@ FILES_libturbojpeg = "${libdir}/libturbojpeg.so"
 INSANE_SKIP_libturbojpeg = "dev-so"
 
 BBCLASSEXTEND = "native"
-DEPENDS_virtclass-native = "nasm-native"
+DEPENDS = "nasm-native"
 
 LEAD_SONAME = "libjpeg.so.8"