summaryrefslogtreecommitdiff
path: root/package/python
AgeCommit message (Collapse)Author
2010-04-19python: needs WCHAR support in toolchainPeter Korsgaard
And hence, portage needs it as well. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-02python: cleanupPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-01buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard
We have been passing -q to ./configure when using 'make -s' for packages using Makefile.autotools.in for some time. Do the same for packages using autotools, but not using the Makefile.autotools.in infrastructure, taking care to not do it for packages with hand written configure scripts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-09-20python: Don't delete .py files unless asked.Will Newton
If we have set BR2_PACKAGE_PYTHON_PY_ONLY or BR2_PACKAGE_PYTHON_PY_PYC we want .py files to be left on the target, whatever the value of BR2_PACKAGE_PYTHON_DEV. Signed-off-by: Will Newton <will.newton@gmail.com>
2009-09-03package: Remove unnecessary dependencies on uclibc.Will Newton
A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-27python: disable extensions where we don't have the deps in BRPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-27python: fix kconfig dependencies for extension modulesPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-01-30readline: remove BR2_PACKAGE_READLINE_TARGET configuration optionPeter Korsgaard
Other packages don't have this, and several packages are depending on readline where they actually want readline-target instead.
2009-01-17Make alsa-lib depend on libpython, if new BR2_PACKAGE_ALSA_LIB_PYTHON is ↵Ulf Samuelsson
selected
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2009-01-15Always create shared python library, if python is created, needed by ↵Ulf Samuelsson
multiple packages
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
modules build correctly (particularly readline)
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
Remove the test suite before building, else it will fail to compile depending on what modules have been configured.
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-06-16python: fix hostpython target.Peter Korsgaard
Remove invalid hyphen in front of -$(MAKE) in the middle of a subshell Patch by Conrad Parker.
2008-03-27buildroot: cleanup <package>-clean targets.Peter Korsgaard
Based on input from Arndt Kritzner & Bernhard Fischer.
2008-02-06Added configuration item to control whether development headers and ↵Hamish Moffatt
libraries are installed on the target Removed some additional files if optional modules are disabled
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
toolchain/*/*.mk */Makefile.in -l)
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
- use TARGET_CONFIGURE_ARGS where appropriate.
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
- rediff patches against 2.4.2
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
2005-11-10ver bumpMike Frysinger
2005-08-13update to python-2.4.1 with the help of open embeddedMike Frysinger
2005-08-03dont use xargsMike Frysinger
2005-06-24be a bit more consistant with naming, always escape wildcardsEric Andersen
2005-02-10There is no need to have a separate 'Makefile.in' file in theEric Andersen
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
2004-10-14help textMike Frysinger
2004-10-12more updates for pythonMike Frysinger
2004-10-09Make the TAR_VERBOSITY option a bit more saneEric Andersen
2004-10-09prune a few more filesMike Frysinger
2004-10-09use $(TAR_VERBOSITY)Mike Frysinger
2004-10-09final step in buildroot faceliftEric Andersen
2004-10-09facelift step number twoEric Andersen
2004-10-09Remove the old 'make' directory, and populate the new 'package'Eric Andersen
directory.