[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4777/8267] ovmf: explicitly depend on nasm-native



commit bf7411cb4b29255bf5698e0289261c9c26327b02
Author: Patrick Ohly <patrick ohly intel com>
Date:   Fri Dec 16 10:19:31 2016 +0100

    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>

 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 e722db5..13b583b 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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]