[OE-core] [PATCH] mesa: Define PYTHON2

Burton, Ross ross.burton at intel.com
Thu May 3 10:12:17 UTC 2018


Do you know what scripts those are?  It would be good to get them to have a
python2 hashbang upstream, I've a sideline in quietly migrating upstreams
to python3 so this is an important first step.

Ross

On 3 May 2018 at 11:03, Khem Raj <raj.khem at gmail.com> wrote:

> Ensure that python2 is not assumed to be python which can
> point to python3 in some cases, when building gallium-llvm
> there are scripts which are requiring python2 and wont work
> with python3
>
> Signed-off-by: Khem Raj <raj.khem at gmail.com>
> ---
>  meta/recipes-graphics/mesa/mesa.inc | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-graphics/mesa/mesa.inc
> b/meta/recipes-graphics/mesa/mesa.inc
> index 0a4cfc25a5..9bddb7acef 100644
> --- a/meta/recipes-graphics/mesa/mesa.inc
> +++ b/meta/recipes-graphics/mesa/mesa.inc
> @@ -35,6 +35,7 @@ export LLVM_CONFIG = "${STAGING_BINDIR_NATIVE}/
> llvm-config${MESA_LLVM_RELEASE}"
>  export YOCTO_ALTERNATE_EXE_PATH = "${STAGING_LIBDIR}/llvm${MESA_
> LLVM_RELEASE}/llvm-config"
>  EXTRA_OECONF = "--enable-shared-glapi \
>                  --disable-opencl \
> +                PYTHON2=python2 \
>                  --with-llvm-prefix=${STAGING_LIBDIR}/llvm${MESA_LLVM_RELEASE}
> \
>                  --with-platforms='${PLATFORMS}'"
>
> --
> 2.17.0
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20180503/0933b136/attachment-0002.html>


More information about the Openembedded-core mailing list