I repro'd this with a fresh tree.  Instead of the depends approach, I
simply moved the step between do_configure and do_compile, which
should be OK?

diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc
index 5555ed3..d35bc3f 100644
--- a/recipes-extended/xen/xen.inc
+++ b/recipes-extended/xen/xen.inc
@@ -782,7 +782,7 @@ do_stubs() {
     fi
 }

-addtask stubs after do_patch before do_configure
+addtask stubs after do_configure before do_compile

 do_configure() {
-- 
_______________________________________________
meta-virtualization mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-virtualization

Reply via email to