mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
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>
This commit is contained in:
@@ -28,3 +28,4 @@ FILES_libturbojpeg = "${libdir}/libturbojpeg.so"
|
|||||||
INSANE_SKIP_libturbojpeg = "dev-so"
|
INSANE_SKIP_libturbojpeg = "dev-so"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
DEPENDS_virtclass-native = "nasm-native"
|
||||||
|
|||||||
Reference in New Issue
Block a user