Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | Minor clean-up | Thiago A. Corrêa | 2008-07-04 | 1 | -2/+2 |
| | |||||
* | pkgconfig: bump version and cleanup | Peter Korsgaard | 2008-06-14 | 1 | -16/+3 |
| | | | | | | | 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. | ||||
* | 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 |
| | |||||
* | filter pkgconfig output to force it do use our staging_dir and not | Eric Andersen | 2007-01-14 | 1 | -0/+4 |
| | | | | 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 | 1 | -1/+1 |
| | |||||
* | Add pkgconfig | Eric Andersen | 2006-07-08 | 1 | -0/+67 |