Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-15 | host-pkgconfig is now host-pkg-config | Thomas Petazzoni | |
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
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-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-01-18 | Getting rid of a bit more configure options that's been centralized. | Thomas Lundquist | |
2008-10-20 | package/: remove redundant install-strip in *_TARGET_INSTALL_OPT | Peter Korsgaard | |
It's default now. | |||
2008-08-27 | libdaemon: convert to Makefile.autotools.in format | Peter Korsgaard | |
2008-08-27 | libdaemon: bump version | Peter Korsgaard | |
2008-07-04 | Make libdaemon use the config files from Buildroot (previously replaced by ↵ | Ulf Samuelsson | |
libtoolize) | |||
2008-04-24 | small fix for libdaemon | John Voltz | |
2007-11-28 | Move libdaemon from lib to usr/lib, update libdaemon.la | Ulf Samuelsson | |
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-09-20 | Make sure libdaemon finds AC_PROG_LIBTOOL | Ulf Samuelsson | |
2007-09-17 | - cleanup and fixes (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | |
2007-09-03 | Bumped version | Peter Korsgaard | |
2007-09-03 | Don't apply broken patch from r19595 with hardcoded path names. | Peter Korsgaard | |
Ulf, what was this supposed to fix? | |||
2007-08-22 | - global whitespace trimming | Bernhard Reutner-Fischer | |
2007-08-21 | - fixup whitespace damage after ulf | 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 | Use $(BZCAT) instead of bzcat | Ulf Samuelsson | |
2007-08-21 | Fix configure problem with libdaemon, by patching result from autotools | Ulf Samuelsson | |
2007-07-17 | Update configure files for libdaemon | Ulf Samuelsson | |
2007-07-11 | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | |
2007-06-27 | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | |
- use TARGET_CONFIGURE_ARGS where appropriate. | |||
2007-03-13 | fixup package LDFLAGS handling | Eric Andersen | |
2007-01-22 | properly depend on pkgconfig | 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 | |||
2006-12-13 | stupid typo | Eric Andersen | |
2006-12-13 | - andersee, please use ZCAT / BZCAT as configured by the user. | Bernhard Reutner-Fischer | |
(see buildroot/Config.in config BR2_ZCAT and BR2_BZCAT that are available as ZCAT and BZCAT). Thanks.. | |||
2006-12-12 | Add avahi package and add libdaemon, which is needed by avahi | Eric Andersen | |