]> code.ossystems Code Review - openembedded-core.git/commit
python3-core: Fix minimal python3 install
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>
Thu, 4 Dec 2014 19:09:35 +0000 (13:09 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 31 Dec 2014 10:17:44 +0000 (10:17 +0000)
commit19134b005af620a115db4530409e164eff1e5d9e
tree8623211545554a95ae4a55ed509b70c8a2e9c54d
parente726819bb2b5b960a50d2ae8d4c6fe85e70c99b7
python3-core: Fix minimal python3 install

Added additional runtime dependencies for python3-core needed
to run the interpreter with a minimal install (codecs,io,math,reprlib).

Created python3-reprlib package to avoid getting python3-misc bringing
lots of unneeded libraries.

Fixed FILES-python3-core, missing _sysconfigdata, renamed copyreg
undetected before due to previously needed installation of python3-misc.

[YOCTO #6967]

(From OE-Core rev: bafdfb28726d0a9b30b8283b2472727e8208059d)

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-devtools/python/python-3.3-manifest.inc
scripts/contrib/python/generate-manifest-3.3.py