[oe-commits] Eric BENARD : libjpeg-turbo: native depends on nasm-native

git at git.openembedded.org git at git.openembedded.org
Sun Jan 15 09:18:53 UTC 2012


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

Author: Eric BENARD <eric at eukrea.com>
Date:   Sat Jan 14 18:10:08 2012 +0000

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

---

 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 cf1a383..d6e3b03 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"





More information about the Openembedded-commits mailing list