aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb
diff options
context:
space:
mode:
authorEric BENARD <eric@eukrea.com>2012-01-14 18:10:08 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-01-15 10:09:41 +0100
commit8741e35957eeb4392ca9a340f63095beddb779df (patch)
treea628fd175bc3732658b5dfa39b40215cb6d29535 /meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb
parentb026074a8d03e18790212ac5953c69fb36dbd3bc (diff)
downloadmeta-openembedded-8741e35957eeb4392ca9a340f63095beddb779df.tar.gz
libjpeg-turbo: native depends on nasm-native
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>
Diffstat (limited to 'meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb')
-rw-r--r--meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb b/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb
index cf1a383d93..d6e3b03c48 100644
--- a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb
+++ b/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb
@@ -28,3 +28,4 @@ FILES_libturbojpeg = "${libdir}/libturbojpeg.so"
INSANE_SKIP_libturbojpeg = "dev-so"
BBCLASSEXTEND = "native"
+DEPENDS_virtclass-native = "nasm-native"