diff options
author | Eric BENARD <eric@eukrea.com> | 2012-01-14 18:10:08 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-15 10:09:41 +0100 |
commit | 8741e35957eeb4392ca9a340f63095beddb779df (patch) | |
tree | a628fd175bc3732658b5dfa39b40215cb6d29535 | |
parent | b026074a8d03e18790212ac5953c69fb36dbd3bc (diff) | |
download | meta-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>
-rw-r--r-- | meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb | 1 |
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 cf1a383d9..d6e3b03c4 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" | |||
28 | INSANE_SKIP_libturbojpeg = "dev-so" | 28 | INSANE_SKIP_libturbojpeg = "dev-so" |
29 | 29 | ||
30 | BBCLASSEXTEND = "native" | 30 | BBCLASSEXTEND = "native" |
31 | DEPENDS_virtclass-native = "nasm-native" | ||