[oe] [OE-core] [PATCH][meta-python2] python: add 2.7.17 from oe-core

Tim Orling ticotimo at gmail.com
Mon Jan 20 17:03:57 UTC 2020


First of all, a GREAT BIG THANK YOU for doing this.

ERROR: ParseError at
/home/ttorling/Projects/meta-python2/recipes-devtools/python/
python_2.7.17.bb:1: Could not include required file python.inc

Seems like python.inc is 2.7 specific and should also move? I grepped for
usage in poky and didn't find any.

On Mon, Jan 20, 2020 at 3:51 AM Ross Burton <ross.burton at intel.com> wrote:

> Python 2 ceased being maintained on the 1st January 2020.  All users of
> Python 2 in oe-core have already been ported to Python 3, so in oe-core
> 390f3eda Python 2 was finally removed from oe-core itself.
>
> The following are added to meta-python2 in this commit:
> - python and python-native 2.7.17
> - python-setuptools
> - The classes pythonnative, pythondir, distutils, setuptools
>
> Signed-off-by: Ross Burton <ross.burton at intel.com>
> ---
>  classes/distutils-base.bbclass                |    4 +
>  classes/distutils.bbclass                     |   87 ++
>  classes/python-dir.bbclass                    |    5 +
>  classes/pythonnative.bbclass                  |   27 +
>  classes/setuptools.bbclass                    |    3 +
>
> <snip>

> --
> 2.20.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>


More information about the Openembedded-devel mailing list