[OE-core] [PATCH] python3: Substitute correct python version in shebang

Khem Raj raj.khem at gmail.com
Mon May 5 03:03:46 UTC 2014


On Sun, May 4, 2014 at 3:37 PM, Tyler Hall <tylerwhall at gmail.com> wrote:
> If python2 and python3 are both available, scripts that are subject to
> this substitution can possibly run with the wrong python version.
> python3-config is one such script.
>
> Signed-off-by: Tyler Hall <tylerwhall at gmail.com>

Thanks looks good to me.

> ---
>  meta/recipes-devtools/python/python3-native_3.3.3.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/python/python3-native_3.3.3.bb b/meta/recipes-devtools/python/python3-native_3.3.3.bb
> index 7238eaf..0fd7349 100644
> --- a/meta/recipes-devtools/python/python3-native_3.3.3.bb
> +++ b/meta/recipes-devtools/python/python3-native_3.3.3.bb
> @@ -71,6 +71,6 @@ do_install() {
>
>         # Make sure we use /usr/bin/env python
>         for PYTHSCRIPT in `grep -rIl ${bindir}/${PN}/python ${D}${bindir}/${PN}`; do
> -               sed -i -e '1s|^#!.*|#!/usr/bin/env python|' $PYTHSCRIPT
> +               sed -i -e '1s|^#!.*|#!/usr/bin/env python3|' $PYTHSCRIPT
>         done
>  }
> --
> 1.9.2
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



More information about the Openembedded-core mailing list