[oe-commits] [openembedded-core] 14/50: ovmf: unify DEPENDS

git at git.openembedded.org git at git.openembedded.org
Thu Nov 14 13:21:43 UTC 2019


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

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

commit 78d2f68a956ff49410b238456ce0a23c5a0667aa
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Thu Nov 7 23:58:28 2019 +0000

    ovmf: unify DEPENDS
    
    Instead of depending on iasl-native, depend on ovmf-native as iasl was merged
    into that recipe some time ago.
    
    bc-native doesn't appear to be a build requirement anymore, and for clarity
    merge two overridden DEPENDS into a single DEPENDS.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/ovmf/ovmf_git.bb | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb
index 3b5a05e..ff2b2a5 100644
--- a/meta/recipes-core/ovmf/ovmf_git.bb
+++ b/meta/recipes-core/ovmf/ovmf_git.bb
@@ -29,10 +29,7 @@ PARALLEL_MAKE = ""
 
 S = "${WORKDIR}/git"
 
-DEPENDS_class-native="util-linux-native iasl-native"
-DEPENDS_class-target="ovmf-native bc-native"
-
-DEPENDS_append = " nasm-native"
+DEPENDS = "nasm-native acpica-native ovmf-native util-linux-native"
 
 EDK_TOOLS_DIR="edk2_basetools"
 

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


More information about the Openembedded-commits mailing list