Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-03 | package: 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-08-02 | pciutils: fix build with external toolchains | Thomas Petazzoni | |
Buildroot Makefile to compile pciutils wasn't passing TARGET_LDFLAGS to pciutils build system. Therefore, at link time, the pciutils build system was not taking into account the important --sysroot option, which was breaking the link with external toolchains. Fixes bug #523. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2009-03-09 | pciutils: fix HOST detection | Peter Korsgaard | |
2009-01-26 | Add help for packages without AVR32 support | Ulf Samuelsson | |
2009-01-16 | package/: convert to DOWNLOAD helper | Peter Korsgaard | |
2009-01-02 | * Fix format of the pciutils pci.ids.gz data file | Nigel Kukard | |
- If ZLIB is present the filename of pci.ids is changed to pci.ids.gz but its not compressed, add a compressor to ensure its gzipped | |||
2009-01-01 | * Removed duplicate PCIUTILS_VERSION | Nigel Kukard | |
* When installing pci.ids[.gz] the -D means create all components leading up, using $(@D) does not include the filename, the last directory component is then /usr/share. pci.ids[.gz] is therefore created as /usr/share/misc (misc being the filename). Using $@ fixes this, the directory path is created and the file is installed as /usr/share/misc/pci.ids[.gz] . | |||
2009-01-01 | * By default pciutils build of libpci.a uses the host ar/ranlib, force the ↵ | Nigel Kukard | |
use of the target tools | |||
2008-11-02 | package/: remove more 'default n' (see r22874) | Peter Korsgaard | |
2008-10-31 | pciutils may depend on zlib. Based on Bernhard's git repository. | Thiago A. Corrêa | |
2008-10-31 | Improve pciutils based on Bernhard Reutner-Fischer's git repository ↵ | Thiago A. Corrêa | |
(http://repo.or.cz/w/buildroot.git?a=tree;f=package/pciutils;hb=HEAD). Thanks | |||
2008-10-31 | Fix bug #0005884 - pciutils depends on zlib | Thiago A. Corrêa | |
2008-10-31 | Minor cleanups. Use touch for stamp-files | Thiago A. Corrêa | |
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-04-08 | * Bump pciutils version | Nigel Kukard | |
2007-08-21 | - bump version to 2.2.6 | Bernhard Reutner-Fischer | |
2007-07-11 | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | |
2006-12-05 | - set PREFIX and SHAREDIR proper | Bernhard Reutner-Fischer | |
2006-11-17 | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | |
2006-10-01 | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | |
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | |||
2006-01-09 | use the correct pci.id name as pointed out by kostja in Bug 629 | Mike Frysinger | |
2005-09-29 | dont run uname and crap to figure out build stuff Bug 219 by kk | Mike Frysinger | |
2005-06-24 | be a bit more consistant with naming, always escape wildcards | Eric Andersen | |
2005-02-10 | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | |
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | |||
2004-12-11 | pciutils doesn't like 'make -j' | Eric Andersen | |
2004-10-14 | help text | Mike Frysinger | |
2004-10-09 | Make the TAR_VERBOSITY option a bit more sane | Eric Andersen | |
2004-10-09 | use $(TAR_VERBOSITY) | Mike Frysinger | |
2004-10-09 | final step in buildroot facelift | Eric Andersen | |
2004-10-09 | facelift step number two | Eric Andersen | |
2004-10-09 | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | |
directory. |