Sure thing. :)
On Wed, Feb 10, 2016 at 9:06 AM, M. Gregory <[email protected]> wrote: > > > On 02/04/2016 03:54 PM, M. Gregory wrote: >> On 02/04/2016 03:52 PM, Chris Patterson wrote: >>> 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() { >> yes. > Can you submit this as a patch? > -Machon > -- > _______________________________________________ > meta-virtualization mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-virtualization -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
