Hi, This patch will fix an compiler finding issue. The CC variable, its value sometimes like "x86_64-poky-linux-gcc -m64 --sysroot=/${TMPDIR}/sysroots/qemux86-64", contains option information. This will confuse python when finding the compiler name, wrong compiler name "qemux86-64" were found rather than the "x86_64-poky-linux-gcc". When I fixing python-pycairo multilib dir issue, above issue appeared and block the compile process. Please review it.
Thanks Lei The following changes since commit 819f18f8bc000f13b644edc194d2a12b4ea5fecf: Richard Purdie (1): Move architecture specific TARGET_OS mangling into tune files are available in the git repository at: git://git.pokylinux.org/poky-contrib lmei3/python-pycairo http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=lmei3/python-pycairo Mei Lei (1): python-native: Fix a compiler finding issue .../python/python-native/unixccompiler.patch | 20 ++++++++++++++++++++ .../recipes-devtools/python/python-native_2.6.6.bb | 3 ++- 2 files changed, 22 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-devtools/python/python-native/unixccompiler.patch _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core