[oe-commits] [openembedded-core] 15/44: ovmf: remove ossp-util from DEPENDS

git at git.openembedded.org git at git.openembedded.org
Sun Jul 29 23:00:09 UTC 2018


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 924a880000382ef96402ad89a4bd0867a317584a
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Thu Jul 26 23:39:42 2018 +0100

    ovmf: remove ossp-util from DEPENDS
    
    This was added back in the meta-luv days[1] presumably under the impression that
    it needs ossp-uuid but in reality we rename ossp-uuid's library and uuid.h comes
    from util-linux.
    
    [1] https://github.com/intel/luv-yocto/commit/e08817342b9ea7381944e6c10c555d1c5c62aa6e
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/ovmf/ovmf_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb
index e57fa09..d2ecb61 100644
--- a/meta/recipes-core/ovmf/ovmf_git.bb
+++ b/meta/recipes-core/ovmf/ovmf_git.bb
@@ -43,7 +43,7 @@ PARALLEL_MAKE = ""
 
 S = "${WORKDIR}/git"
 
-DEPENDS_class-native="util-linux-native iasl-native ossp-uuid-native qemu-native"
+DEPENDS_class-native="util-linux-native iasl-native qemu-native"
 
 DEPENDS_class-target="ovmf-native"
 

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


More information about the Openembedded-commits mailing list