diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2016-12-16 10:19:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-01 11:17:44 +0000 |
commit | bf7411cb4b29255bf5698e0289261c9c26327b02 (patch) | |
tree | fb261e891a81ccd0f6780b626b396cc46c9c20f4 /meta/recipes-core | |
parent | f2d2a116e78d3f339560888e77f64801473c826a (diff) | |
download | poky-bf7411cb4b29255bf5698e0289261c9c26327b02.tar.gz |
ovmf: explicitly depend on nasm-native
Fixes a build issue when nasm was not build already because of
something else.
(From OE-Core rev: 92198bdda7add49f2c76ce55ab1f310e2128bf8f)
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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" | |||
20 | 20 | ||
21 | DEPENDS_class-target="ovmf-native" | 21 | DEPENDS_class-target="ovmf-native" |
22 | 22 | ||
23 | DEPENDS_append = " nasm-native" | ||
24 | |||
23 | EDK_TOOLS_DIR="edk2_basetools" | 25 | EDK_TOOLS_DIR="edk2_basetools" |
24 | 26 | ||
25 | # OVMF has trouble building with the default optimization of -O2. | 27 | # OVMF has trouble building with the default optimization of -O2. |