Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Minor clean-up | Thiago A. Corrêa | 2008-07-04 | 1 | -2/+2 |
| | |||||
* | pkgconfig: bump version and cleanup | Peter Korsgaard | 2008-06-14 | 5 | -384/+37 |
| | | | | | | | Upgrade to pkgconfig 0.23 which has native sysroot support (buggy, but easily fixable), which allows us to get rid of pkgconfig-filter.sh. At the same time cleanup the makefile. | ||||
* | pkgconfig: Return appropriate error code from pkgconfig script | Peter Korsgaard | 2008-04-01 | 1 | -1/+2 |
| | | | | | | | | | | Patch by Will Newton. Currently the wrapper script for pkgconfig clobbers the return status of pkgconfig. This is a problem for example when someone tries to run "pkgconfig --exists". This patch should allow the correct return code to be passed through. Note it uses the "pipefail" option that was introduced with bash 3. | ||||
* | buildroot: additional -clean target fixes | Peter Korsgaard | 2008-04-01 | 1 | -1/+1 |
| | | | | Patch by Hebbar. | ||||
* | - 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 <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -3/+3 |
| | |||||
* | - use the correct path to the pkgconfig .pc | Bernhard Reutner-Fischer | 2007-06-21 | 1 | -1/+1 |
| | |||||
* | yet more LDFLAGS handling fixups | Eric Andersen | 2007-03-14 | 1 | -2/+0 |
| | |||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+2 |
| | |||||
* | oops, silence some debugging noise | Eric Andersen | 2007-01-14 | 1 | -4/+4 |
| | |||||
* | filter pkgconfig output to force it do use our staging_dir and not | Eric Andersen | 2007-01-14 | 2 | -0/+31 |
| | | | | try to use the system libraries as it is inclined to do | ||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -1/+1 |
| | | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | ||||
* | - bump version | Bernhard Reutner-Fischer | 2006-08-29 | 2 | -2/+2 |
| | |||||
* | Add pkgconfig | Eric Andersen | 2006-07-08 | 4 | -0/+417 |