[meta-virtualization] stubs-32.h not found

Chris Patterson cjp256 at gmail.com
Thu Feb 4 12:52:04 PST 2016


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() {


More information about the meta-virtualization mailing list