Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make alsa-lib depend on libpython, if new BR2_PACKAGE_ALSA_LIB_PYTHON is ↵ | Ulf Samuelsson | 2009-01-17 | 1 | -11/+27 |
| | | | | selected | ||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | Always create shared python library, if python is created, needed by ↵ | Ulf Samuelsson | 2009-01-15 | 1 | -1/+12 |
| | | | | multiple packages | ||||
* | Change name from PYTHON_VERSION_SHORT to PYTHON_VERSION_MAJOR | Ulf Samuelsson | 2009-01-11 | 1 | -13/+13 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | python: add $(STAGING_DIR)/usr/lib to PYTHON_MODULES_LIB so that | Wade Berrier | 2008-10-30 | 1 | -2/+2 |
| | | | | modules build correctly (particularly readline) | ||||
* | Rename patches to include Python 2.4 version, in preparation for adding 2.5 | Hamish Moffatt | 2008-10-08 | 5 | -1/+1 |
| | |||||
* | Export site package directory location for use by other packages | Hamish Moffatt | 2008-09-11 | 1 | -0/+1 |
| | |||||
* | Keep /usr/bin/python2.4 and make /usr/bin/python a link to it | Hamish Moffatt | 2008-09-08 | 1 | -1/+2 |
| | |||||
* | Update to Python 2.4.5 (latest patch rev of 2.4) | Hamish Moffatt | 2008-09-02 | 1 | -1/+2 |
| | | | | Remove the test suite before building, else it will fail to compile depending on what modules have been configured. | ||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -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 Korsgaard | 2008-07-17 | 1 | -10/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | python: fix hostpython target. | Peter Korsgaard | 2008-06-16 | 1 | -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 Korsgaard | 2008-03-27 | 1 | -2/+3 |
| | | | | Based on input from Arndt Kritzner & Bernhard Fischer. | ||||
* | Added configuration item to control whether development headers and ↵ | Hamish Moffatt | 2008-02-06 | 2 | -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 Moffatt | Ivan Kuten | 2008-01-17 | 2 | -5/+158 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib | Ulf Samuelsson | 2007-08-11 | 1 | -2/+2 |
| | |||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -0/+1 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | - use BR2_INET_IPV6 | Bernhard Reutner-Fischer | 2007-06-26 | 1 | -7/+1 |
| | |||||
* | - fix breakage that got introduced by a malformed context diff. Sorry.. | Bernhard Reutner-Fischer | 2007-01-23 | 3 | -43/+46 |
| | |||||
* | - fixup include- and libdirs. Closes #841 | Bernhard Reutner-Fischer | 2007-01-22 | 5 | -27/+78 |
| | | | | - rediff patches against 2.4.2 | ||||
* | - remove some hardcoded occurances of "make" and use the proper variable instead | Bernhard Reutner-Fischer | 2007-01-21 | 1 | -2/+2 |
| | |||||
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -1/+1 |
| | |||||
* | ver bump | Mike Frysinger | 2005-11-10 | 1 | -1/+1 |
| | |||||
* | update to python-2.4.1 with the help of open embedded | Mike Frysinger | 2005-08-13 | 2 | -43/+32 |
| | |||||
* | dont use xargs | Mike Frysinger | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | be a bit more consistant with naming, always escape wildcards | Eric Andersen | 2005-06-24 | 1 | -1/+1 |
| | |||||
* | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | 2005-02-10 | 2 | -3/+8 |
| | | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | ||||
* | help text | Mike Frysinger | 2004-10-14 | 1 | -4/+3 |
| | |||||
* | more updates for python | Mike Frysinger | 2004-10-12 | 4 | -3/+60 |
| | |||||
* | Make the TAR_VERBOSITY option a bit more sane | Eric Andersen | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | prune a few more files | Mike Frysinger | 2004-10-09 | 1 | -1/+3 |
| | |||||
* | use $(TAR_VERBOSITY) | Mike Frysinger | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | final step in buildroot facelift | Eric Andersen | 2004-10-09 | 2 | -0/+11 |
| | |||||
* | facelift step number two | Eric Andersen | 2004-10-09 | 2 | -1/+118 |
| | |||||
* | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | 2004-10-09 | 1 | -0/+77 |
directory. |