summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/python/python-native_2.6.6.bb
Commit message (Collapse)AuthorAgeFilesLines
* python-native: Fix a compiler finding issueMei Lei2011-08-061-1/+2
| | | | | | | The CC variable sometimes add option information after compiler name, but python can't get the real compiler name if those information added. Fix this issue by dropping the option information when finding compiler name. Signed-off-by: Mei Lei <lei.mei@intel.com>
* python-native: Mangle scripts to use /usr/bin/env python, bump PRTom Rini2011-07-211-0/+5
| | | | | | | This is dd33ced4b8123600efa1f67f704aec13b0842ad1 in oe.dev and needed for building in deep paths. Signed-off-by: Tom Rini <tom_rini@mentor.com>
* python-native: fix for non /usr/lib libdir caseYu Ke2011-07-121-1/+1
| | | | | | | | | | | | 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>
* python-native: Add ctypes patch to native build (as in cross-compilation)Michael Lippautz2011-05-111-1/+6
| | | | | | | | | This fix makes ctypes build for python-native which may be needed by extensions that utilize ctypes and use setuptools/distutils as their build system. Tested building pyudev for beagleboard target using Ângstrom distro. Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
* python-native: add missing SRC_URI hashesJoshua Lock2011-04-041-0/+3
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* python: Add LIC_FILES_CHKSUMSaul Wold2010-12-231-0/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* python, python-native upgrade from 2.6.5 to 2.6.6Nitin A Kamble2010-11-141-0/+30
Removed these patch: python-native-2.6.5/00-fix-bindir-libdir-for-cross.patch python/00-fix-bindir-libdir-for-cross.patch The upstream code has changed, and it does not need the above 2 patches (fixes) anymore. Patches rebased to the newer code: python/01-use-proper-tools-for-cross-build.patch python/04-default-is-optimized.patch python/06-avoid_usr_lib_termcap_path_in_linking.patch python/99-ignore-optimization-flag.patch Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>