summaryrefslogtreecommitdiffstats
path: root/package/avahi
Commit message (Collapse)AuthorAgeFilesLines
* avahi: udhcpc default.script: only bring up avahi-autoipd on nak/timeoutPeter Korsgaard2009-06-041-0/+6
| | | | | | | | | | The avahi udhcpc script used to start up avahi-autoipd at defconfig (init) time, and then kill it if a dhcp lease was acquired, leading to extra network traffic. Change it to only start avahi-autoipd on timeout and dhcp nak. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* avahi: gtk support needs libglade as wellPeter Korsgaard2009-03-191-2/+2
|
* avahi: fix python pathPeter Korsgaard2009-03-181-2/+2
|
* avahi: enable glib / gtk support if availablePeter Korsgaard2009-03-171-3/+12
|
* avahi: enable python support if python is enabledPeter Korsgaard2009-03-131-1/+15
| | | | | | Not particular useful until we add dbus-python (which depends on a fixed up dbus-glib, which in turn depends on us starting to compile glib/dbus/dbus-glib for the host as well) - But that's for another day.
* avahi: fix build with libintl but without locale support in toolchainPeter Korsgaard2009-03-101-2/+3
|
* avahi: bump versionPeter Korsgaard2009-03-051-1/+1
|
* avahi: convert to Makefile.autotools.in formatPeter Korsgaard2009-03-055-190/+45
|
* avahi/dnsmasq: adjust dbus dep after Makefile.autotools.in conversionPeter Korsgaard2009-02-261-1/+1
|
* avahi-autoipd: fix issue with repeated buildsPeter Korsgaard2009-01-281-0/+1
| | | | | | | | | | | The avahi-autoipd target install step adds /var/lib/avahi-autoipd as a symlink to /tmp/avahi-autoipd, which is fine, except if your /var/lib is already a symlink to /tmp (E.G. like the default target_skeleton is). If that's the case, then you end up adding a /tmp/avahi-autoipd symlink pointing to itself, causing subsequent builds to fail (Too many levels of symbolic links in the ln -sf call). Fix it by simply first removing the symlink if it's there.
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* avahi: make sure destination dirs existsPeter Korsgaard2008-12-151-8/+6
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-5/+5
|
* avahi: add dependency to host-autoconfHans-Christian Egtvedt2008-12-041-2/+2
| | | | | | | | Avahi uses autoconf during ./configure, make sure it is available and used before building avahi. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* avahi: add dependencies in right orderHans-Christian Egtvedt2008-10-011-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 filesPeter Korsgaard2008-08-311-3/+3
| | | | dest != source if we want to support out-of-tree builds
* avahi: fix build with BR2_ENABLE_LOCALEPeter Korsgaard2008-08-272-2/+4
|
* avahi: don't depend on busyboxPeter Korsgaard2008-08-271-1/+1
|
* avahi: select expatPeter Korsgaard2008-08-041-5/+1
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-2/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* Fix avahi compile when libexpat is not selectedThiago A. Corrêa2008-06-241-2/+2
|
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-2/+2
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* avahi: make sure usr/lib/ existsPeter Korsgaard2008-06-131-1/+1
|
* avahi: bump versionPeter Korsgaard2008-03-312-6/+7
|
* avahi: make sure /etc/dbus-1/system.d exists in target dirPeter Korsgaard2008-03-311-0/+1
|
* avahi: depend on dbus-daemon in staging_dirPeter Korsgaard2008-03-311-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 Korsgaard2008-03-271-1/+1
| | | | Based on input from Arndt Kritzner & Bernhard Fischer.
* makefile cleanup for avahiJohn Voltz2008-03-061-0/+2
|
* Mail from Claus Klein:Thomas Lundquist2008-01-261-0/+1
| | | | make sure than target dir exist bevor instll to it:
* Make avahi depend on packets, instead of selecting themUlf Samuelsson2007-11-291-1/+5
|
* Ups, TARGET_CONFIGURE_* is needed to find pkg-config (r20501)Peter Korsgaard2007-11-261-0/+2
|
* Install dbus before avahi so dbus directories are availablePeter Korsgaard2007-11-261-1/+1
|
* Create target file at end of rule so it gets rerun on failure on any of thePeter Korsgaard2007-11-261-9/+8
| | | | sub steps (thanks Ulf).
* Cleaned up install + clean targets, handle dbus filesPeter Korsgaard2007-11-231-24/+23
|
* Removed redundant configure settingsPeter Korsgaard2007-11-231-9/+0
|
* Compile in dbus support if availablePeter Korsgaard2007-11-231-8/+13
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-3/+3
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* Bumped versionPeter Korsgaard2007-09-031-1/+1
|
* expat now installs into usr/libPeter Korsgaard2007-08-281-1/+1
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-2/+2
| | | | toolchain/*/*.mk */Makefile.in -l)
* - a few more cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-08-211-3/+3
|
* Remove switches if sstrip is runUlf Samuelsson2007-08-211-3/+3
|
* Use STAGING_DIR/usr/lib instead of STAGING_DIR/libUlf Samuelsson2007-08-111-6/+6
|
* Make avahi select LIBDAEMON instead of depending on it.Ulf Samuelsson2007-08-011-1/+1
|
* Make AVAHI depend on libdaemonUlf Samuelsson2007-07-231-0/+1
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-3/+3
|
* Get rid of leading whitespace to silence warnings from config system."Steven J. Hill"2007-07-061-2/+2
|
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-4/+2
| | | | - use TARGET_CONFIGURE_ARGS where appropriate.
* Bumped versionPeter Korsgaard2007-06-121-1/+1
|
* Don't use libssp as it doesn't get installedPeter Korsgaard2007-05-151-0/+1
|