Re: [OE-core] [PATCHv3 1/2] python3: do not hardcode "lib" into site-packages search path

2017-03-27 Thread Alexander Kanavin
On 03/27/2017 03:58 PM, Burton, Ross wrote: + file://0001-Do-not-hardcode-lib-into-site-packages-path.patch \ This should probably be added to meta/recipes-devtools/python/python3/python-3.3-multilib.patch instead of being in a separate patch. Sure, but the patch that does that

Re: [OE-core] [PATCHv3 1/2] python3: do not hardcode "lib" into site-packages search path

2017-03-27 Thread Burton, Ross
On 27 March 2017 at 13:53, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > +file://0001-Do-not-hardcode-lib-into-site-packages-path.patch > \ > This should probably be added to meta/recipes-devtools/python/python3/python-3.3-multilib.patch instead of being in a

[OE-core] [PATCHv3 1/2] python3: do not hardcode "lib" into site-packages search path

2017-03-27 Thread Alexander Kanavin
This was not working in multilib or x32 setups and amazingly, was not noticed until now. Signed-off-by: Alexander Kanavin --- ...-not-hardcode-lib-into-site-packages-path.patch | 33 ++ meta/recipes-devtools/python/python3_3.5.2.bb |