From patchwork Fri Sep 7 09:20:02 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe] libjpeg: use nasm-native also for target DEPENDS, it's needed for targets with SIMD support Date: Fri, 07 Sep 2012 09:20:02 -0000 From: Martin Jansa X-Patchwork-Id: 36103 Message-Id: <1347009602-10055-1-git-send-email-Martin.Jansa@gmail.com> To: openembedded-devel@lists.openembedded.org * 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 --- meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb b/meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb index dd81606..2aefe1f 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" INSANE_SKIP_libturbojpeg = "dev-so" BBCLASSEXTEND = "native" -DEPENDS_virtclass-native = "nasm-native" +DEPENDS = "nasm-native" LEAD_SONAME = "libjpeg.so.8"