Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-30 | package: fix host build for packages with own libtool patch | Peter Korsgaard | |
Packages which also build a host variant and have LIBTOOL_PATCH = NO, should also disable libtool patching for the host build. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-12-15 | expat: convert to autotools infrastructure for host package | Thomas Petazzoni | |
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2009-12-15 | host-pkgconfig is now host-pkg-config | Thomas Petazzoni | |
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2009-10-01 | buildroot: silence ./configure step when building with 'make -s' | Peter Korsgaard | |
We have been passing -q to ./configure when using 'make -s' for packages using Makefile.autotools.in for some time. Do the same for packages using autotools, but not using the Makefile.autotools.in infrastructure, taking care to not do it for packages with hand written configure scripts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
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-07-18 | expat: fix typo | Peter Korsgaard | |
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-03-24 | package: provide download target for host packages | Peter Korsgaard | |
2009-03-19 | package: add STAMP_DIR and use for host builds | Peter Korsgaard | |
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. | |||
2009-03-18 | expat: fixup help text | Peter Korsgaard | |
2009-03-18 | pkgconfig: add pkgconfig package for target | Peter Korsgaard | |
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. | |||
2009-03-17 | package: fix host path | Peter Korsgaard | |
And generate dbus introspect xml for dbus-glib. | |||
2009-03-16 | expat: add host-expat support | Peter Korsgaard | |
2009-03-16 | expat: convert to Makefile.autotools.in format | Peter Korsgaard | |
2009-01-16 | package/: convert to DOWNLOAD helper | Peter Korsgaard | |
2008-12-08 | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-06-14 | packages: fix pkgconfig depencies and select pkgconfig where needed | Peter Korsgaard | |
2008-06-13 | expat: make sure usr/lib/ exists | Peter Korsgaard | |
2008-04-24 | revert commit 21832 | John Voltz | |
2008-04-24 | more options for expat, move install to /usr | John Voltz | |
2008-03-31 | expat: cleanup configure arguments | Peter Korsgaard | |
2008-02-12 | Run $(CONFIG_UPDATE) after unpacking sources | Hamish Moffatt | |
Patch from Dan Nicolaescu | |||
2007-10-01 | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | |
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | |||
2007-08-22 | - global whitespace trimming | Bernhard Reutner-Fischer | |
2007-08-21 | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | |
toolchain/*/*.mk */Makefile.in -l) | |||
2007-08-21 | Remove switches if sstrip is run | Ulf Samuelsson | |
2007-08-12 | expat has --prefix=usr, so remove /usr from other switches | Ulf Samuelsson | |
2007-08-11 | Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib for expat | Ulf Samuelsson | |
2007-08-11 | Use correct DEST_DIR for expat | Ulf Samuelsson | |
2007-07-08 | - add missing dirclean target (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | |
2007-06-27 | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | |
- use TARGET_CONFIGURE_ARGS where appropriate. | |||
2007-06-25 | - bump version and correct install dirs (Julien Letessier) | Bernhard Reutner-Fischer | |
2007-05-09 | Strip lib even if soname changes | Peter Korsgaard | |
2007-03-13 | fixup package LDFLAGS handling | Eric Andersen | |
2007-01-15 | lose the extra space | Eric Andersen | |
2007-01-14 | fixup a whole steaming pile of insanity. When packages are configured, | Eric Andersen | |
they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik | |||
2007-01-11 | fix dependancies and install paths | Eric Andersen | |
2006-11-17 | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | |
2006-08-24 | - update to 2.0.0 and correct site. | Bernhard Reutner-Fischer | |
2006-01-23 | added expat package per case 0000087 | David Anders | |