summaryrefslogtreecommitdiffstats
path: root/package/python
Commit message (Collapse)AuthorAgeFilesLines
* Update all packages to quote $(TARGET_CC)Thomas Petazzoni2010-07-071-2/+2
| | | | | | | Now that TARGET_CC contains several space-separated words, it must be used quoted everywhere. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python: needs WCHAR support in toolchainPeter Korsgaard2010-04-191-0/+4
| | | | | | And hence, portage needs it as well. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* python: cleanupPeter Korsgaard2009-10-021-2/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard2009-10-011-2/+2
| | | | | | | | | | 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>
* python: Don't delete .py files unless asked.Will Newton2009-09-201-1/+0
| | | | | | | | 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>
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-031-1/+1
| | | | | | | | 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>
* python: disable extensions where we don't have the deps in BRPeter Korsgaard2009-05-271-12/+11
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* python: fix kconfig dependencies for extension modulesPeter Korsgaard2009-05-271-0/+6
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* readline: remove BR2_PACKAGE_READLINE_TARGET configuration optionPeter Korsgaard2009-01-301-1/+1
| | | | | Other packages don't have this, and several packages are depending on readline where they actually want readline-target instead.
* Make alsa-lib depend on libpython, if new BR2_PACKAGE_ALSA_LIB_PYTHON is ↵Ulf Samuelsson2009-01-171-11/+27
| | | | selected
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* Always create shared python library, if python is created, needed by ↵Ulf Samuelsson2009-01-151-1/+12
| | | | multiple packages
* Change name from PYTHON_VERSION_SHORT to PYTHON_VERSION_MAJORUlf Samuelsson2009-01-111-13/+13
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* python: add $(STAGING_DIR)/usr/lib to PYTHON_MODULES_LIB so thatWade Berrier2008-10-301-2/+2
| | | | modules build correctly (particularly readline)
* Rename patches to include Python 2.4 version, in preparation for adding 2.5Hamish Moffatt2008-10-085-1/+1
|
* Export site package directory location for use by other packagesHamish Moffatt2008-09-111-0/+1
|
* Keep /usr/bin/python2.4 and make /usr/bin/python a link to itHamish Moffatt2008-09-081-1/+2
|
* Update to Python 2.4.5 (latest patch rev of 2.4)Hamish Moffatt2008-09-021-1/+2
| | | | Remove the test suite before building, else it will fail to compile depending on what modules have been configured.
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-1/+1
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-10/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* python: fix hostpython target.Peter Korsgaard2008-06-161-1/+1
| | | | | | Remove invalid hyphen in front of -$(MAKE) in the middle of a subshell Patch by Conrad Parker.
* buildroot: cleanup <package>-clean targets.Peter Korsgaard2008-03-271-2/+3
| | | | Based on input from Arndt Kritzner & Bernhard Fischer.
* Added configuration item to control whether development headers and ↵Hamish Moffatt2008-02-062-1/+28
| | | | | | libraries are installed on the target Removed some additional files if optional modules are disabled
* enhancements for the python package, patch by Hamish MoffattIvan Kuten2008-01-172-5/+158
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-1/+1
| | | | toolchain/*/*.mk */Makefile.in -l)
* Use STAGING_DIR/usr/lib instead of STAGING_DIR/libUlf Samuelsson2007-08-111-2/+2
|
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-0/+1
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* - use BR2_INET_IPV6Bernhard Reutner-Fischer2007-06-261-7/+1
|
* - fix breakage that got introduced by a malformed context diff. Sorry..Bernhard Reutner-Fischer2007-01-233-43/+46
|
* - fixup include- and libdirs. Closes #841Bernhard Reutner-Fischer2007-01-225-27/+78
| | | | - rediff patches against 2.4.2
* - remove some hardcoded occurances of "make" and use the proper variable insteadBernhard Reutner-Fischer2007-01-211-2/+2
|
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-1/+1
|
* ver bumpMike Frysinger2005-11-101-1/+1
|
* update to python-2.4.1 with the help of open embeddedMike Frysinger2005-08-132-43/+32
|
* dont use xargsMike Frysinger2005-08-031-1/+1
|
* be a bit more consistant with naming, always escape wildcardsEric Andersen2005-06-241-1/+1
|
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-102-3/+8
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* help textMike Frysinger2004-10-141-4/+3
|
* more updates for pythonMike Frysinger2004-10-124-3/+60
|
* Make the TAR_VERBOSITY option a bit more saneEric Andersen2004-10-091-1/+1
|
* prune a few more filesMike Frysinger2004-10-091-1/+3
|
* use $(TAR_VERBOSITY)Mike Frysinger2004-10-091-1/+1
|
* final step in buildroot faceliftEric Andersen2004-10-092-0/+11
|
* facelift step number twoEric Andersen2004-10-092-1/+118
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+77
directory.