| Submitter | Eric BENARD |
|---|---|
| Date | Jan. 14, 2012, 6:10 p.m. |
| Message ID | <1326564608-31175-1-git-send-email-eric@eukrea.com> |
| Download | mbox | patch |
| Permalink | /patch/19365/ |
| State | Accepted |
| Commit | 8741e35957eeb4392ca9a340f63095beddb779df |
| Headers | show |
Comments
Patch
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"
else I get the following error during configure : | configure: error: no nasm (Netwide Assembler) found Signed-off-by: Eric Bénard <eric@eukrea.com> --- meta-oe/recipes-core/jpeg/libjpeg-turbo_svn.bb | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)