]> code.ossystems Code Review - openembedded-core.git/commit
python-native: fix for non /usr/lib libdir case
authorYu Ke <ke.yu@intel.com>
Mon, 11 Jul 2011 07:23:18 +0000 (15:23 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Jul 2011 13:55:23 +0000 (14:55 +0100)
commitab4ae436126f20b404375c9ae77cf66cfe31ea34
tree93f6fdaa5ffb98f3449f4419593c09993f8da019
parentc97ab268d6a7092a89c8b0051924a2acc2d86d9c
python-native: fix for non /usr/lib libdir case

the get_python_lib() use hard code "lib". when other recipe
building use python-native, the STAGING_LIBDIR is non /usr/lib,
so the hard code "lib" will break the build

This patch replace the hardcoded "lib" with value from libdir
to fix 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-native/12-distutils-prefix-is-inside-staging-area.patch
meta/recipes-devtools/python/python-native_2.6.6.bb