diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2016-12-16 10:19:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-28 11:26:32 +0000 |
commit | 92198bdda7add49f2c76ce55ab1f310e2128bf8f (patch) | |
tree | 68d54d127161aab1b6ffc6ebcfbdb2e6f1d4f890 /meta | |
parent | 49cdce8716ded0b612069d7614c3efe7724e5b40 (diff) | |
download | openembedded-core-92198bdda7add49f2c76ce55ab1f310e2128bf8f.tar.gz openembedded-core-92198bdda7add49f2c76ce55ab1f310e2128bf8f.tar.bz2 openembedded-core-92198bdda7add49f2c76ce55ab1f310e2128bf8f.zip |
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 <patrick.ohly@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/ovmf/ovmf_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb index e722db5cd1..13b583b05d 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. |