Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package: provide download target for host packages | Peter Korsgaard | 2009-03-24 | 1 | -0/+3 |
| | |||||
* | pkgconfig: really use make install for BR2_ENABLE_DEBUG | Peter Korsgaard | 2009-03-23 | 1 | -1/+1 |
| | |||||
* | package: add STAMP_DIR and use for host builds | Peter Korsgaard | 2009-03-19 | 1 | -14/+18 |
| | | | | | | | | | | | | | | Move stamp (dependency) files outside the (version specific) source directories, so other packages can hardcode dependencies on them instead of having to use <PACKAGE>_VERSION variables. This is important as the variables in the make rules are evaluated when the rules is seen, which might be before the dependent makefile is parsed (and hence <PACKAGE>_VERSION variable is known, screwing up stuff. The downside of this is that the package isn't automatically rebuilt when the version changes (E.G. by a svn update) and you now also have to remove the stamp files next to $(BUILD_DIR)/<PACKAGE>-* to force a rebuild. | ||||
* | pkg-config: rename pkgconfig to pkg-config | Peter Korsgaard | 2009-03-19 | 1 | -19/+19 |
| | | | | | | This matches upstream tarball, doesn't screw up existing .config's with BR2_PACKAGE_PKGCONFIG and makes sure the patch gets applied for target compilation. | ||||
* | pkgconfig: make sure host compile target isn't considered out of date | Peter Korsgaard | 2009-03-19 | 1 | -0/+1 |
| | |||||
* | pkgconfig: add pkgconfig package for target | Peter Korsgaard | 2009-03-18 | 1 | -21/+17 |
| | | | | | | | | | | | | | The host versions shouldn't be visible in Kconfig, so remove the reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets with host-. At the same time add pkgconfig for the target (E.G. for development) and let BR2_PACKAGE_PKGCONFIG control that package. Notice: all defconfigs in the tree have been updated, but make sure to disable the pkgconfig package (unless you want it) if you use an external config, otherwise you'll end up with pkgconfig and glib2 in the target. | ||||
* | pkgconfig: use pkg-config-*-host build dir for host version | Peter Korsgaard | 2009-03-18 | 1 | -16/+18 |
| | |||||
* | pkgconfig: install into HOST_DIR | Peter Korsgaard | 2009-03-18 | 1 | -12/+11 |
| | |||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | 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 |