]> 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>
Thu, 11 Dec 2014 11:26:07 +0000 (11:26 +0000)
commitbafdfb28726d0a9b30b8283b2472727e8208059d
tree29171617723f906bf55210bae93d37bfa213f3b3
parent90fd48144f146f455b18372a9b061314ab3a3857
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]

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python-3.3-manifest.inc
scripts/contrib/python/generate-manifest-3.3.py