]> 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>
Wed, 22 Nov 2017 19:46:19 +0000 (13:46 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 8 Dec 2017 16:35:58 +0000 (16:35 +0000)
commit0713d2a325adf87d97ef5936061ff44274d5a913
tree9cc5621e1fae3ad13127002234e81bf7fc10ab06
parent4e9bb9ab2e5c603f3eb2d52ce272401c8e320cc0
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>
Signed-off-by: Armin Kuster <akuster@mvista.com>
meta/recipes-devtools/python/python3/python-3.3-multilib.patch