summaryrefslogtreecommitdiff
path: root/package/avahi
AgeCommit message (Collapse)Author
2010-05-24Update packages to BR2_NEEDS_GETTEXT_IF_LOCALEThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-05-21avahi: avahi-autopid: make sure TARGET_DIR/var/lib existsNick Leverton
Closes #1801 Signed-off-by: Nick Leverton <nick@leverton.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-05-20Make all package using gettext rely on BR2_NEEDS_GETTEXTThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-05-18avahi: fix build on uclibc 0.9.31 without ipv6 supportPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-04-11Use BR2_HAVE_DOCUMENTATION instead of BR2_HAVE_{MANPAGES,INFOPAGES}Thomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-02-25avahi: add dependency on host-intltoolThomas Petazzoni
Without intltool, configuration fails with: checking for intltool >= 0.35.0... ./configure: line 28714: intltool-update: command not found found Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-12-06package: get rid of redundant malloc related configure presetsPeter Korsgaard
Those are already in TARGET_CONFIGURE_ARGS. Also get rid of unused BR2_AC_CV_FUNC_MALLOC_0_NONNULL variable. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-06-04avahi: udhcpc default.script: only bring up avahi-autoipd on nak/timeoutPeter Korsgaard
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>
2009-03-19avahi: gtk support needs libglade as wellPeter Korsgaard
2009-03-18avahi: fix python pathPeter Korsgaard
2009-03-17avahi: enable glib / gtk support if availablePeter Korsgaard
2009-03-13avahi: enable python support if python is enabledPeter Korsgaard
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.
2009-03-10avahi: fix build with libintl but without locale support in toolchainPeter Korsgaard
2009-03-05avahi: bump versionPeter Korsgaard
2009-03-05avahi: convert to Makefile.autotools.in formatPeter Korsgaard
2009-02-26avahi/dnsmasq: adjust dbus dep after Makefile.autotools.in conversionPeter Korsgaard
2009-01-28avahi-autoipd: fix issue with repeated buildsPeter Korsgaard
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.
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2008-12-15avahi: make sure destination dirs existsPeter Korsgaard
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-12-04avahi: add dependency to host-autoconfHans-Christian Egtvedt
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>
2008-10-01avahi: add dependencies in right orderHans-Christian Egtvedt
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>
2008-08-31avahi: don't use BASE_DIR to reference source filesPeter Korsgaard
dest != source if we want to support out-of-tree builds
2008-08-27avahi: fix build with BR2_ENABLE_LOCALEPeter Korsgaard
2008-08-27avahi: don't depend on busyboxPeter Korsgaard
2008-08-04avahi: select expatPeter Korsgaard
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-06-24Fix avahi compile when libexpat is not selectedThiago A. Corrêa
2008-06-19buildroot: s/depends/depends on/Peter Korsgaard
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
2008-06-13avahi: make sure usr/lib/ existsPeter Korsgaard
2008-03-31avahi: bump versionPeter Korsgaard
2008-03-31avahi: make sure /etc/dbus-1/system.d exists in target dirPeter Korsgaard
2008-03-31avahi: depend on dbus-daemon in staging_dirPeter Korsgaard
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.
2008-03-27buildroot: cleanup <package>-clean targets.Peter Korsgaard
Based on input from Arndt Kritzner & Bernhard Fischer.
2008-03-06makefile cleanup for avahiJohn Voltz
2008-01-26Mail from Claus Klein:Thomas Lundquist
make sure than target dir exist bevor instll to it:
2007-11-29Make avahi depend on packets, instead of selecting themUlf Samuelsson
2007-11-26Ups, TARGET_CONFIGURE_* is needed to find pkg-config (r20501)Peter Korsgaard
2007-11-26Install dbus before avahi so dbus directories are availablePeter Korsgaard
2007-11-26Create target file at end of rule so it gets rerun on failure on any of thePeter Korsgaard
sub steps (thanks Ulf).
2007-11-23Cleaned up install + clean targets, handle dbus filesPeter Korsgaard
2007-11-23Removed redundant configure settingsPeter Korsgaard
2007-11-23Compile in dbus support if availablePeter Korsgaard
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-03Bumped versionPeter Korsgaard
2007-08-28expat now installs into usr/libPeter Korsgaard
2007-08-21- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer
toolchain/*/*.mk */Makefile.in -l)
2007-08-21- a few more cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2007-08-21Remove switches if sstrip is runUlf Samuelsson
2007-08-11Use STAGING_DIR/usr/lib instead of STAGING_DIR/libUlf Samuelsson