]> code.ossystems Code Review - openembedded-core.git/commitdiff
ovmf: remove ossp-util from DEPENDS
authorRoss Burton <ross.burton@intel.com>
Thu, 26 Jul 2018 22:39:42 +0000 (23:39 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Jul 2018 11:44:28 +0000 (12:44 +0100)
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@intel.com>
meta/recipes-core/ovmf/ovmf_git.bb

index e57fa0972743631b56a4a6e4bc4b19d3e7204fef..d2ecb619d99b700836dd57c9c67a66268acb4af6 100644 (file)
@@ -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"