[oe-commits] [openembedded-core] 05/16: ovmf: explicitly depend on nasm-native

git at git.openembedded.org git at git.openembedded.org
Thu Feb 23 23:14:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 582f1d9892cf64e3bbe3e20591a2e1e2df74420e
Author: Patrick Ohly <patrick.ohly at intel.com>
AuthorDate: 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.
    
    Signed-off-by: Patrick Ohly <patrick.ohly at intel.com>
---
 meta/recipes-core/ovmf/ovmf_git.bb | 2 ++
 1 file changed, 2 insertions(+)

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.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list