[oe-commits] Martin Jansa : libjpeg: use nasm-native also for target DEPENDS, it' s needed for targets with SIMD support

git at git.openembedded.org git at git.openembedded.org
Mon Sep 10 09:03:52 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: a5c8e3172008fcff788de63160f994ee7ab91151
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=a5c8e3172008fcff788de63160f994ee7ab91151

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Fri Sep  7 09:20:02 2012 +0000

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 at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb b/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb
index dd81606..2aefe1f 100644
--- a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb
+++ b/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb
@@ -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"





More information about the Openembedded-commits mailing list