From: Patrick Ohly Date: Fri, 16 Dec 2016 09:19:31 +0000 (+0100) Subject: ovmf: explicitly depend on nasm-native X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~22384 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92198bdda7add49f2c76ce55ab1f310e2128bf8f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ovmf: explicitly depend on nasm-native Fixes a build issue when nasm was not build already because of something else. Signed-off-by: Patrick Ohly --- diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb index e722db5cd14..13b583b05d0 100644 --- a/meta/recipes-core/ovmf/ovmf_git.bb +++ b/meta/recipes-core/ovmf/ovmf_git.bb @@ -20,6 +20,8 @@ DEPENDS_class-native="util-linux-native iasl-native ossp-uuid-native" DEPENDS_class-target="ovmf-native" +DEPENDS_append = " nasm-native" + EDK_TOOLS_DIR="edk2_basetools" # OVMF has trouble building with the default optimization of -O2.