[meta-virtualization] [PATCH] xen.inc: fix ordering of stubs task

Bruce Ashfield bruce.ashfield at gmail.com
Wed Feb 17 20:26:47 PST 2016


merged.

Bruce

On Fri, Feb 12, 2016 at 10:34 AM, Chris Patterson <cjp256 at gmail.com> wrote:

> Placing the stubs function between patch and configure steps
> breaks because it has dependencies which are not guranteed
> until the configure step.
>
> Build error:
> "fatal error: gnu/stubs-32.h: No such file or directory"
>
> This patch simply moves the step between configure and compile
> to resolve the dependency issue.
>
> Reported-by: Machon Gregory <mbgrego at tycho.nsa.gov>
> Signed-off-by: Chris Patterson <cjp256 at gmail.com>
> ---
>  recipes-extended/xen/xen.inc |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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() {
>
> --
> 1.7.10.4
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-virtualization/attachments/20160217/fceed05a/attachment.html>


More information about the meta-virtualization mailing list