summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-native_2.6.6.bb
Commit message (Collapse)AuthorAgeFilesLines
* 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. (From OE-Core rev: 58f8eb15eea892b2694478bbc71e8c907014509b) Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python-native: add missing SRC_URI hashesJoshua Lock2011-04-041-0/+3
| | | | | | | (From OE-Core rev: 95a4640d461b8e1d46011f5f415f36d643c93b79) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* 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>