poky/meta/recipes-devtools/python/python-native
Yu Ke aeb29f595b 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.

(From OE-Core rev: ab4ae436126f20b404375c9ae77cf66cfe31ea34)

Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-12 15:00:47 +01:00
..
04-default-is-optimized.patch
10-distutils-fix-swig-parameter.patch
11-distutils-never-modify-shebang-line.patch
12-distutils-prefix-is-inside-staging-area.patch python-native: fix for non /usr/lib libdir case 2011-07-12 15:00:47 +01:00
debug.patch
nohostlibs.patch
sitecustomize.py