summaryrefslogtreecommitdiff
path: root/package/python
AgeCommit message (Expand)Author
2012-07-17all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)
2012-07-17all packages: use new host-xxx-package macrosArnout Vandecappelle (Essensium/Mind)
2012-04-24python: enable IPv6 socket supportvsergeev
2012-02-14python: workaround distutils issue with binary extensionsPeter Korsgaard
2012-01-07Python: enable zlib support for the host packageYegor Yefremov
2011-09-29package: remove useless arguments from AUTOTARGETSThomas Petazzoni
2011-09-18python: bump to 2.7.2Thomas Petazzoni
2011-09-18python: fix build by adding some more patchesThomas Petazzoni
2011-08-29Fix regression in Python build on 64 bits systemMaxime Ripard
2011-08-14Fix the Python build when running Linux 3.*Maxime Ripard
2011-02-04python: fix modules_lib_dirs typo in patch-2.7-005-stagng-headers-libs.patchMark Wickham
2011-01-27host-python: enable expat supportPeter Korsgaard
2011-01-25python: convert to autotargets, bump to 2.7.1, many improvementsThomas Petazzoni
2011-01-25python: Fix make install (Workaround python's bug #1669349)Maxime Ripard
2011-01-25python: Add the needed patches to compile python2.7 in buildroot.Maxime Ripard
2011-01-25python: Port the python2.4 patches to 2.7Maxime Ripard
2011-01-25python: Move to version 2.7Maxime Ripard
2010-07-07Update all packages to quote $(TARGET_CC)Thomas Petazzoni
2010-04-19python: needs WCHAR support in toolchainPeter Korsgaard
2009-10-02python: cleanupPeter Korsgaard
2009-10-01buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard
2009-09-20python: Don't delete .py files unless asked.Will Newton
2009-09-03package: Remove unnecessary dependencies on uclibc.Will Newton
2009-05-27python: disable extensions where we don't have the deps in BRPeter Korsgaard
2009-05-27python: fix kconfig dependencies for extension modulesPeter Korsgaard
2009-01-30readline: remove BR2_PACKAGE_READLINE_TARGET configuration optionPeter Korsgaard
2009-01-17Make alsa-lib depend on libpython, if new BR2_PACKAGE_ALSA_LIB_PYTHON is sele...Ulf Samuelsson
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2009-01-15Always create shared python library, if python is created, needed by multiple...Ulf Samuelsson
2009-01-11Change name from PYTHON_VERSION_SHORT to PYTHON_VERSION_MAJORUlf Samuelsson
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-10-30python: add $(STAGING_DIR)/usr/lib to PYTHON_MODULES_LIB so thatWade Berrier
2008-10-08Rename patches to include Python 2.4 version, in preparation for adding 2.5Hamish Moffatt
2008-09-11Export site package directory location for use by other packagesHamish Moffatt
2008-09-08Keep /usr/bin/python2.4 and make /usr/bin/python a link to itHamish Moffatt
2008-09-02Update to Python 2.4.5 (latest patch rev of 2.4)Hamish Moffatt
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
2008-06-16python: fix hostpython target.Peter Korsgaard
2008-03-27buildroot: cleanup <package>-clean targets.Peter Korsgaard
2008-02-06Added configuration item to control whether development headers and libraries...Hamish Moffatt
2008-01-17enhancements for the python package, patch by Hamish MoffattIvan Kuten
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ...Bernhard Reutner-Fischer
2007-08-11Use STAGING_DIR/usr/lib instead of STAGING_DIR/libUlf Samuelsson
2007-06-27- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer
2007-06-26- use BR2_INET_IPV6Bernhard Reutner-Fischer
2007-01-23- fix breakage that got introduced by a malformed context diff. Sorry..Bernhard Reutner-Fischer
2007-01-22- fixup include- and libdirs. Closes #841Bernhard Reutner-Fischer
2007-01-21- remove some hardcoded occurances of "make" and use the proper variable insteadBernhard Reutner-Fischer
2006-11-17- add and use BR2_BZCAT config option.Bernhard Reutner-Fischer