[meta-virtualization] [PATCH] openvswitch: ptest: Fix python path

Bruce Ashfield bruce.ashfield at gmail.com
Mon Apr 18 11:18:32 PDT 2016


Looks like the patch to the actual recipe is missing. Can you resend ?
Right now,
there's no way to apply this.

Bruce

On Mon, Apr 18, 2016 at 2:45 AM, <zhe.he at windriver.com> wrote:

> From: He Zhe <zhe.he at windriver.com>
>
> For now PYTHON just happens to be the same as TARGET_PYTHON so we get the
> right
> python binary. This patch sets PYTHON to TARGET_PYTHON since ptest is
> going to
> be run on target.
>
> Signed-off-by: He Zhe <zhe.he at windriver.com>
> ---
>  tests/atlocal.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/atlocal.in b/tests/atlocal.in
> index 5815c6c..db2d2c9 100644
> --- a/tests/atlocal.in
> +++ b/tests/atlocal.in
> @@ -5,7 +5,7 @@ EGREP='@EGREP@'
>  PERL='@PERL@'
>
>  if test x"$PYTHON" = x; then
> -    PYTHON='@PYTHON@'
> +    PYTHON='@TARGET_PYTHON@'
>  fi
>
>  PYTHONPATH=$abs_top_srcdir/python:$abs_top_builddir/tests:$PYTHONPATH
> --
> 1.9.1
>
> --
> _______________________________________________
> 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/20160418/fad7a0a1/attachment.html>


More information about the meta-virtualization mailing list