]> code.ossystems Code Review - openembedded-core.git/commit
python: fix for libdir=/usr/lib64 case
authorYu Ke <ke.yu@intel.com>
Mon, 11 Jul 2011 07:23:17 +0000 (15:23 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Jul 2011 13:54:36 +0000 (14:54 +0100)
commitc97ab268d6a7092a89c8b0051924a2acc2d86d9c
treeae6621823e7a1501390674315cdb736836b94e0d
parent85ae421002f44f9ad6656af8fca0724a24ba4dc2
python: fix for libdir=/usr/lib64 case

python has several place hard code "lib" which breaks build
when libdir=/usr/lib64. SUSE has a patch to fix this issue.

So this patch add the SUSE patch to address this issue

Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python/multilib.patch [new file with mode: 0644]
meta/recipes-devtools/python/python_2.6.6.bb