From 8741e35957eeb4392ca9a340f63095beddb779df Mon Sep 17 00:00:00 2001 From: Eric BENARD Date: Sat, 14 Jan 2012 18:10:08 +0000 Subject: libjpeg-turbo: native depends on nasm-native MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit else I get the following error during configure : | configure: error: no nasm (Netwide Assembler) found Signed-off-by: Eric Bénard Signed-off-by: Koen Kooi --- meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3-54-g00ecf