| Commit message (Expand) | Author | Age | Files | Lines |
* | Normalize separator size to 80 | Alexandre Belloni | 2013-06-06 | 1 | -2/+2 |
* | autoconf: don't try to build Emacs files | Thomas Petazzoni | 2013-03-09 | 1 | -1/+1 |
* | packages: remove all := signs | Thomas Petazzoni | 2013-01-20 | 1 | -3/+3 |
* | Mark a number of development related packages as deprecated | Thomas Petazzoni | 2012-11-17 | 1 | -0/+2 |
* | Revert "auto{conf, make}: only make available on archs supported by qemu" | Arnout Vandecappelle (Essensium/Mind) | 2012-11-14 | 1 | -4/+0 |
* | autoconf: add license info | Arnout Vandecappelle (Essensium/Mind) | 2012-11-14 | 1 | -0/+3 |
* | auto{conf,make}: only make available on archs supported by qemu | Peter Korsgaard | 2012-11-05 | 1 | -0/+4 |
* | perl: prepare the removal of microperl | Francois Perrad | 2012-11-03 | 2 | -2/+2 |
* | all packages: rename XXXTARGETS to xxx-package | Arnout Vandecappelle (Essensium/Mind) | 2012-07-17 | 1 | -1/+1 |
* | all packages: use new host-xxx-package macros | Arnout Vandecappelle (Essensium/Mind) | 2012-07-17 | 1 | -1/+1 |
* | autoconf: bump to version 2.68 | Gustavo Zacarias | 2012-06-24 | 3 | -38/+2 |
* | package: remove useless arguments from AUTOTARGETS | Thomas Petazzoni | 2011-09-29 | 1 | -2/+2 |
* | autoconf: use dummy autopoint | Peter Korsgaard | 2011-07-29 | 1 | -1/+1 |
* | autoconf: don't append -dirty to version number if built in buildroot git tree | Peter Korsgaard | 2011-01-26 | 1 | -0/+30 |
* | package: avoid copying .m4 files from host to staging | Lionel Landwerlin | 2010-12-28 | 1 | -1/+1 |
* | packages: remove unneeded _INSTALL_TARGET_OPT definitions | Thomas Petazzoni | 2010-09-27 | 1 | -4/+0 |
* | autoconf: Unverbosify autoreconf output | Thomas Petazzoni | 2010-05-03 | 1 | -1/+1 |
* | autoconf: add AUTOCONF variable setting | Lionel Landwerlin | 2010-05-02 | 1 | -1/+1 |
* | autoconf: add missing AUTOMAKE variable setting | Lionel Landwerlin | 2010-05-02 | 1 | -1/+1 |
* | autoconf: add AUTOHEADER variable | Lionel Landwerlin | 2010-05-02 | 1 | -2/+3 |
* | autoconf: add patch to make it work under dash | Thomas Petazzoni | 2009-12-15 | 1 | -0/+36 |
* | autoconf: bump version to 2.65 | Thomas Petazzoni | 2009-12-15 | 1 | -1/+1 |
* | autoconf: convert to autotools infrastructure for host package | Thomas Petazzoni | 2009-12-15 | 1 | -45/+6 |
* | package/autoconf: autoconf for the target needs m4 for the host | Peter Korsgaard | 2009-12-04 | 1 | -1/+1 |
* | package/autoconf: hardcode m4 config | Peter Korsgaard | 2009-12-01 | 1 | -1/+4 |
* | buildroot: silence ./configure step when building with 'make -s' | Peter Korsgaard | 2009-10-01 | 1 | -1/+1 |
* | autoconf: Bump version to 2.64. | Will Newton | 2009-09-20 | 1 | -1/+1 |
* | package: Remove unnecessary dependencies on uclibc. | Will Newton | 2009-09-03 | 1 | -1/+1 |
* | package: provide download target for host packages | Peter Korsgaard | 2009-03-24 | 1 | -0/+3 |
* | libtool: cleanup | Peter Korsgaard | 2009-03-23 | 1 | -1/+1 |
* | m4: cleanup | Peter Korsgaard | 2009-03-23 | 1 | -1/+1 |
* | autoconf: cleanup | Peter Korsgaard | 2009-03-23 | 1 | -108/+32 |
* | package: auto* needs perl | Peter Korsgaard | 2009-03-23 | 1 | -0/+1 |
* | autoconf.mk: Bounce version to 2.63 | Daniel Laird | 2009-01-28 | 1 | -1/+1 |
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
* | Fix comment about autoconf configuration/compilation/installation for | Thomas Petazzoni | 2008-12-03 | 1 | -1/+1 |
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -1/+1 |
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
* | Applied patch from Nathanael D. Noblet <nathanael@gnat.ca> to fix | Hamish Moffatt | 2008-03-26 | 1 | -1/+1 |
* | buildroot: Use BR2_GNU_MIRROR everywhere | Peter Korsgaard | 2008-03-11 | 1 | -1/+1 |
* | Run $(CONFIG_UPDATE) after unpacking sources | Hamish Moffatt | 2008-02-12 | 1 | -0/+1 |
* | - cleanup and fixes (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-09-17 | 1 | -7/+13 |
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ... | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -4/+4 |
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -5/+5 |
* | Add building of m4 for host and fix autoconf dependency. Submitted by Julien ... | "Steven J. Hill" | 2007-07-05 | 1 | -1/+1 |
* | - provide autotools for the host (Julien Letessier) | Bernhard Reutner-Fischer | 2007-06-28 | 1 | -4/+52 |
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -3/+3 |
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+1 |
* | - ironically, autoconf-2.61 is broken for parallel builds, force -j1 | Bernhard Reutner-Fischer | 2007-01-29 | 1 | -3/+3 |