Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/5] ovmf: remove ossp-util from DEPENDS
@ 2018-07-26 23:00 Ross Burton
  2018-07-26 23:00 ` [PATCH 2/5] ossp-uuid: remove Ross Burton
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ross Burton @ 2018-07-26 23:00 UTC (permalink / raw)
  To: openembedded-core

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 | 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 e57fa097274..d2ecb619d99 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"
 
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-07-26 23:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-26 23:00 [PATCH 1/5] ovmf: remove ossp-util from DEPENDS Ross Burton
2018-07-26 23:00 ` [PATCH 2/5] ossp-uuid: remove Ross Burton
2018-07-26 23:00 ` [PATCH 3/5] dbus-glib: merge bb and inc Ross Burton
2018-07-26 23:00 ` [PATCH 4/5] update-rc.d: move to git.yoctoproject.org Ross Burton
2018-07-26 23:01 ` [PATCH 5/5] unzip: fix symlink problem Ross Burton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox