diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-09-07 09:20:02 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-09-10 10:56:16 +0200 |
commit | a5c8e3172008fcff788de63160f994ee7ab91151 (patch) | |
tree | fc1f0887606a6fe029265b8dcc4891c7b72a3011 /meta-oe | |
parent | f03d576a84edbaf13188640df9ae5c8c1161b772 (diff) | |
download | meta-openembedded-a5c8e3172008fcff788de63160f994ee7ab91151.tar.gz |
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>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | 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 dd81606ee..2aefe1fce 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" | |||
29 | INSANE_SKIP_libturbojpeg = "dev-so" | 29 | INSANE_SKIP_libturbojpeg = "dev-so" |
30 | 30 | ||
31 | BBCLASSEXTEND = "native" | 31 | BBCLASSEXTEND = "native" |
32 | DEPENDS_virtclass-native = "nasm-native" | 32 | DEPENDS = "nasm-native" |
33 | 33 | ||
34 | LEAD_SONAME = "libjpeg.so.8" | 34 | LEAD_SONAME = "libjpeg.so.8" |