Will Newton
422ce6536b
package: Remove unnecessary dependencies on uclibc.
...
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-09-03 20:22:38 +02:00
Thomas Petazzoni
dcb752b165
pciutils: fix build with external toolchains
...
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-08-02 00:36:47 +02:00
Peter Korsgaard
11b36efa84
pciutils: fix HOST detection
2009-03-09 14:09:20 +00:00
Ulf Samuelsson
8e2390fdaf
Add help for packages without AVR32 support
2009-01-26 00:34:02 +00:00
Peter Korsgaard
4a7bfd2775
package/: convert to DOWNLOAD helper
2009-01-16 11:42:52 +00:00
Nigel Kukard
380d77c6a3
* Fix format of the pciutils pci.ids.gz data file
...
- 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-02 12:01:49 +00:00
Nigel Kukard
94e6f8a4db
* Removed duplicate PCIUTILS_VERSION
...
* 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 17:28:51 +00:00
Nigel Kukard
2ac7adce28
* By default pciutils build of libpci.a uses the host ar/ranlib, force the use of the target tools
2009-01-01 14:05:54 +00:00
Peter Korsgaard
9ca9f93339
package/: remove more 'default n' (see r22874)
2008-11-02 20:21:59 +00:00
Thiago A. Corrêa
6d06e55a9d
pciutils may depend on zlib. Based on Bernhard's git repository.
2008-10-31 12:41:02 +00:00
Thiago A. Corrêa
58bc514201
Improve pciutils based on Bernhard Reutner-Fischer's git repository ( http://repo.or.cz/w/buildroot.git?a=tree;f=package/pciutils;hb=HEAD ). Thanks
2008-10-31 12:14:39 +00:00
Thiago A. Corrêa
c1b4bfbd72
Fix bug #0005884 - pciutils depends on zlib
2008-10-31 04:03:27 +00:00
Thiago A. Corrêa
e246dc1ef5
Minor cleanups. Use touch for stamp-files
2008-10-31 03:55:03 +00:00
Peter Korsgaard
4683420c4c
Kconfig: remove 'default n'
...
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00
Nigel Kukard
ae7bc8da7a
* Bump pciutils version
2008-04-08 13:06:07 +00:00
Bernhard Reutner-Fischer
02430b3be0
- bump version to 2.2.6
2007-08-21 16:51:46 +00:00
Ulf Samuelsson
e1621a4a2a
Use <package>_VERSION in all <package>.mk instead of <package>_VER
2007-07-11 14:06:06 +00:00
Bernhard Reutner-Fischer
630bbb9a85
- set PREFIX and SHAREDIR proper
2006-12-05 12:57:41 +00:00
Bernhard Reutner-Fischer
6e2823c1fa
- add and use BR2_BZCAT config option.
2006-11-17 15:43:51 +00:00
Bernhard Reutner-Fischer
6342c83201
- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971
...
Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-10-01 15:17:52 +00:00
Mike Frysinger
cf6885f140
use the correct pci.id name as pointed out by kostja in Bug 629
2006-01-09 02:46:26 +00:00
Mike Frysinger
bcd137f5ff
dont run uname and crap to figure out build stuff Bug 219 by kk
2005-09-29 07:27:42 +00:00
Eric Andersen
369864cf10
be a bit more consistant with naming, always escape wildcards
2005-06-24 08:36:13 +00:00
Eric Andersen
d06645d8ed
There is no need to have a separate 'Makefile.in' file in the
...
general case, therefore, combine the toplevel Makefile options
such as setting TARGETS into the per-package *.mk file
2005-02-10 03:06:39 +00:00
Eric Andersen
08a47d8446
pciutils doesn't like 'make -j'
2004-12-11 13:04:28 +00:00
Mike Frysinger
1eda52851f
help text
2004-10-14 20:33:45 +00:00
Eric Andersen
bb05a9ad46
Make the TAR_VERBOSITY option a bit more sane
2004-10-09 21:19:47 +00:00
Mike Frysinger
3a7b488366
use $(TAR_VERBOSITY)
2004-10-09 19:05:40 +00:00
Eric Andersen
f694016136
final step in buildroot facelift
2004-10-09 06:13:40 +00:00
Eric Andersen
44eedc5c44
facelift step number two
2004-10-09 02:49:33 +00:00
Eric Andersen
73f7be8290
Remove the old 'make' directory, and populate the new 'package'
...
directory.
2004-10-09 01:24:28 +00:00