Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avahi: add dependencies in right order | Hans-Christian Egtvedt | 2008-10-01 | 1 | -1/+1 |
| | | | | | | | | This patch puts gettext and libintl before the avahi targets, thus making sure they exist before avahi targets are built. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | ||||
* | avahi: don't use BASE_DIR to reference source files | Peter Korsgaard | 2008-08-31 | 1 | -3/+3 |
| | | | | dest != source if we want to support out-of-tree builds | ||||
* | avahi: fix build with BR2_ENABLE_LOCALE | Peter Korsgaard | 2008-08-27 | 1 | -2/+2 |
| | |||||
* | avahi: don't depend on busybox | Peter Korsgaard | 2008-08-27 | 1 | -1/+1 |
| | |||||
* | Fix avahi compile when libexpat is not selected | Thiago A. Corrêa | 2008-06-24 | 1 | -2/+2 |
| | |||||
* | avahi: make sure usr/lib/ exists | Peter Korsgaard | 2008-06-13 | 1 | -1/+1 |
| | |||||
* | avahi: bump version | Peter Korsgaard | 2008-03-31 | 1 | -1/+2 |
| | |||||
* | avahi: make sure /etc/dbus-1/system.d exists in target dir | Peter Korsgaard | 2008-03-31 | 1 | -0/+1 |
| | |||||
* | avahi: depend on dbus-daemon in staging_dir | Peter Korsgaard | 2008-03-31 | 1 | -1/+1 |
| | | | | | | Depend on dbus-daemon in staging_dir instead of in target_dir as fakeroot updates the timestamp on the target_dir version every time, so the avahi makefile thinks it always needs to recompile avahi. | ||||
* | buildroot: cleanup <package>-clean targets. | Peter Korsgaard | 2008-03-27 | 1 | -1/+1 |
| | | | | Based on input from Arndt Kritzner & Bernhard Fischer. | ||||
* | makefile cleanup for avahi | John Voltz | 2008-03-06 | 1 | -0/+2 |
| | |||||
* | Mail from Claus Klein: | Thomas Lundquist | 2008-01-26 | 1 | -0/+1 |
| | | | | make sure than target dir exist bevor instll to it: | ||||
* | Ups, TARGET_CONFIGURE_* is needed to find pkg-config (r20501) | Peter Korsgaard | 2007-11-26 | 1 | -0/+2 |
| | |||||
* | Install dbus before avahi so dbus directories are available | Peter Korsgaard | 2007-11-26 | 1 | -1/+1 |
| | |||||
* | Create target file at end of rule so it gets rerun on failure on any of the | Peter Korsgaard | 2007-11-26 | 1 | -9/+8 |
| | | | | sub steps (thanks Ulf). | ||||
* | Cleaned up install + clean targets, handle dbus files | Peter Korsgaard | 2007-11-23 | 1 | -24/+23 |
| | |||||
* | Removed redundant configure settings | Peter Korsgaard | 2007-11-23 | 1 | -9/+0 |
| | |||||
* | Compile in dbus support if available | Peter Korsgaard | 2007-11-23 | 1 | -8/+13 |
| | |||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -3/+3 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | Bumped version | Peter Korsgaard | 2007-09-03 | 1 | -1/+1 |
| | |||||
* | expat now installs into usr/lib | Peter Korsgaard | 2007-08-28 | 1 | -1/+1 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -2/+2 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | - a few more cleanups (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -3/+3 |
| | |||||
* | Remove switches if sstrip is run | Ulf Samuelsson | 2007-08-21 | 1 | -3/+3 |
| | |||||
* | Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib | Ulf Samuelsson | 2007-08-11 | 1 | -6/+6 |
| | |||||
* | 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. | ||||
* | Bumped version | Peter Korsgaard | 2007-06-12 | 1 | -1/+1 |
| | |||||
* | Don't use libssp as it doesn't get installed | Peter Korsgaard | 2007-05-15 | 1 | -0/+1 |
| | |||||
* | avahi-daemon support | Peter Korsgaard | 2007-05-09 | 1 | -4/+42 |
| | |||||
* | Bumped version | Peter Korsgaard | 2007-05-08 | 1 | -1/+1 |
| | |||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+1 |
| | |||||
* | fix installation location | Eric Andersen | 2007-01-22 | 1 | -3/+3 |
| | |||||
* | fixup a whole steaming pile of insanity. When packages are configured, | Eric Andersen | 2007-01-14 | 1 | -13/+5 |
| | | | | | | | | | | | | | 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 | ||||
* | - 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 | 1 | -0/+173 |