]> code.ossystems Code Review - openembedded-core.git/commit
python3: do not hardcode "lib" into site-packages search path
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Mon, 27 Mar 2017 13:19:54 +0000 (16:19 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Mar 2017 07:41:08 +0000 (08:41 +0100)
commitf60d261b682f1526fb7a754c425300954ef85042
tree5b93a3cae3e8070564a2d534c0a89bed52f8f852
parent90bc7bfa1b27cd5ea2480463f7631f179a296b10
python3: do not hardcode "lib" into site-packages search path

This was not working in multilib or x32 setups and amazingly, was not
noticed until now.

The actual modification is in Lib/site.py, the rest is just devtool moving things around in the patch.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3/python-3.3-multilib.patch