Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Make libdaemon use the config files from Buildroot (previously replaced by ↵ | Ulf Samuelsson | 2008-07-04 | 1 | -1/+3 |
| | | | | libtoolize) | ||||
* | packages: fix pkgconfig depencies and select pkgconfig where needed | Peter Korsgaard | 2008-06-14 | 1 | -0/+1 |
| | |||||
* | small fix for libdaemon | John Voltz | 2008-04-24 | 1 | -1/+1 |
| | |||||
* | Move libdaemon from lib to usr/lib, update libdaemon.la | Ulf Samuelsson | 2007-11-28 | 1 | -5/+7 |
| | |||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -1/+1 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | Make sure libdaemon finds AC_PROG_LIBTOOL | Ulf Samuelsson | 2007-09-20 | 2 | -8/+2 |
| | |||||
* | - cleanup and fixes (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-09-17 | 1 | -8/+8 |
| | |||||
* | Bumped version | Peter Korsgaard | 2007-09-03 | 1 | -1/+1 |
| | |||||
* | Don't apply broken patch from r19595 with hardcoded path names. | Peter Korsgaard | 2007-09-03 | 1 | -5/+7 |
| | | | | Ulf, what was this supposed to fix? | ||||
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -6/+6 |
| | |||||
* | - fixup whitespace damage after ulf | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | - 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 $(BZCAT) instead of bzcat | Ulf Samuelsson | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | Fix configure problem with libdaemon, by patching result from autotools | Ulf Samuelsson | 2007-08-21 | 2 | -4/+19 |
| | |||||
* | Update configure files for libdaemon | Ulf Samuelsson | 2007-07-17 | 1 | -0/+1 |
| | |||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -3/+3 |
| | |||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -4/+2 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+1 |
| | |||||
* | properly depend on pkgconfig | Eric Andersen | 2007-01-22 | 1 | -1/+1 |
| | |||||
* | hackup libtool for avahi and libdaemon, as with other packages | Eric Andersen | 2007-01-17 | 1 | -0/+77 |
| | |||||
* | fixup a whole steaming pile of insanity. When packages are configured, | Eric Andersen | 2007-01-14 | 1 | -9/+4 |
| | | | | | | | | | | | | | 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 | ||||
* | stupid typo | Eric Andersen | 2006-12-13 | 1 | -1/+1 |
| | |||||
* | - andersee, please use ZCAT / BZCAT as configured by the user. | Bernhard Reutner-Fischer | 2006-12-13 | 1 | -1/+1 |
| | | | | (see buildroot/Config.in config BR2_ZCAT and BR2_BZCAT that are available as ZCAT and BZCAT). Thanks.. | ||||
* | Add avahi package and add libdaemon, which is needed by avahi | Eric Andersen | 2006-12-12 | 3 | -0/+109 |