Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ltrace: convert to gentargets and bump to 0.5.3 | Thomas Petazzoni | 2010-07-26 | 5 | -106/+170 |
| | | | | | | [Peter: remove unneeded 0.5 USE_DEMANGLE patch] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | ltrace: fix build without USE_DEMANGLE | Peter Korsgaard | 2010-07-22 | 1 | -0/+27 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | ltrace: fix build failure | Thomas Petazzoni | 2010-05-20 | 1 | -2/+1 |
| | | | | | | | | | ltrace failed to build because of missing arguments to gcc to find the header files. This is due to the fact that the existing ltrace.mk was setting CC and LD at build time to incorrect values. Keeping the values set at configure time is just the right thing to do. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | Use BR2_HAVE_DOCUMENTATION instead of BR2_HAVE_{MANPAGES,INFOPAGES} | Thomas Petazzoni | 2010-04-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | get rid of broken nios2 support | Peter Korsgaard | 2010-03-30 | 1 | -1/+1 |
| | | | | | | | Has been marked as broken for more than 1 year, with no indication that anyone cares, and it needs a bunch of special handling. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package/ltrace: hide for archs ltrace doesn't support | Peter Korsgaard | 2009-11-29 | 1 | -4/+1 |
| | | | | | Reported-By: Michael S. Zick" <minimod@morethan.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | libelf: convert to Makefile.autotools.in and get rid of LIBELF_HEADERS option | Peter Korsgaard | 2009-10-26 | 1 | -1/+1 |
| | | | | | | We have the generic BR2_HAVE_DEVFILES now. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | ltrace: fix build for powerpc | Peter Korsgaard | 2009-10-02 | 1 | -1/+2 |
| | | | | | | ltrace wants ARCH=ppc when building for powerpc. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | buildroot: silence ./configure step when building with 'make -s' | Peter Korsgaard | 2009-10-01 | 1 | -1/+1 |
| | | | | | | | | | | 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> | ||||
* | package: Remove unnecessary dependencies on uclibc. | Will Newton | 2009-09-03 | 1 | -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> | ||||
* | Add help for packages without AVR32 support | Ulf Samuelsson | 2009-01-26 | 1 | -0/+3 |
| | |||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -2/+2 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | ltrace: expand help text | Peter Korsgaard | 2008-08-04 | 1 | -0/+3 |
| | |||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | Ltrace version changed, cannot find the old version on any debian mirrors. ↵ | John Voltz | 2008-03-21 | 1 | -1/+1 |
| | | | | Patch by Nigel Kukard. | ||||
* | Added BR2_DEBIAN_MIRROR | Thomas Lundquist | 2007-12-27 | 1 | -1/+1 |
| | |||||
* | - remove usage of SUSv3 LEGACY functions | Bernhard Reutner-Fischer | 2007-10-02 | 1 | -0/+11 |
| | |||||
* | - has to select libelf (and should nowadays work without LFS) | Bernhard Reutner-Fischer | 2007-10-02 | 1 | -2/+2 |
| | |||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -1/+1 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | - bump version; some cleanups while at it | Bernhard Reutner-Fischer | 2007-09-24 | 1 | -12/+17 |
| | |||||
* | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -1/+1 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -3/+2 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | - install some more stuff that goes into staging_dir into the proper place. | Bernhard Reutner-Fischer | 2007-04-16 | 1 | -12/+25 |
| | | | | First hunk of fixes for bug #1290 | ||||
* | - doesn't compile if LFS is off | Bernhard Reutner-Fischer | 2007-04-06 | 1 | -0/+1 |
| | |||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+2 |
| | |||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -2/+2 |
| | | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | ||||
* | Minor ltrace updates | Eric Andersen | 2005-04-14 | 1 | -2/+7 |
| | |||||
* | force libelf to be selected | Mike Frysinger | 2005-03-21 | 1 | -0/+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 | ||||
* | - version bump. bug #34 | Ned Ludd | 2005-01-19 | 1 | -2/+2 |
| | |||||
* | more help updates from Tom Cameron | Mike Frysinger | 2004-12-26 | 1 | -4/+3 |
| | |||||
* | Make the TAR_VERBOSITY option a bit more sane | Eric Andersen | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | use $(TAR_VERBOSITY) | Mike Frysinger | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | final step in buildroot facelift | Eric Andersen | 2004-10-09 | 2 | -0/+11 |
| | |||||
* | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | 2004-10-09 | 1 | -0/+55 |
directory. |