summaryrefslogtreecommitdiffstats
path: root/package/avahi
Commit message (Collapse)AuthorAgeFilesLines
* busybox: use a single udhcpc script, with or without avahi-autoipdPeter Korsgaard2013-06-262-60/+0
| | | | | | | | | | | | | We're currently using two different udhcpc scripts, one in the busybox package and another in the avahi one, which calls avahi-autoipd on dhcp failures. The avahi one actually only does something differently from the default if avahi-autoipd is available, so let's just always use this one instead of the complicated logic about writing the file if not present / overwriting it afterwards. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Normalize separator size to 80Alexandre Belloni2013-06-061-2/+2
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Remove description and url from headerAlexandre Belloni2013-06-061-1/+1
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Fix package headers to comply with coding styleAlexandre Belloni2013-06-061-0/+1
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* avahi: needs threadsGustavo Zacarias2013-04-041-0/+4
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/bc64cd3499d7c3c674e8e79b749ff96a756852ea/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* avahi: add missing dependency on host-gettextThomas Petazzoni2013-03-261-1/+2
| | | | | | | | Fixes: http://autobuild.buildroot.org/results/1dd5993d2ead9a92e2eb73227b19697728950b86/build-end.log. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libdaemon: needs mmuGustavo Zacarias2012-11-281-0/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* packages: switch to host-pkgconfGustavo Zacarias2012-10-291-1/+1
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Remove all references to libintlThomas Petazzoni2012-09-202-4/+3
| | | | | | | | | | | | | | | From now on, packages only need to select the BR2_PACKAGE_GETTEXT option and depend on the 'gettext' package to get the necessary i18n libraries installed on the target. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> [yann.morin.1998@free.fr: remove BR2_PACKAGE_LIBINTL] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> CC: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* avahi: add license infoDanomi Manchego2012-08-151-0/+2
| | | | | Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)2012-07-171-1/+1
| | | | | | | | | | | | | Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* packages: remove redundant INSTALL_TARGET=YES declarationsGustavo Zacarias2012-03-111-1/+0
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* avahi: bump versionPeter Korsgaard2012-02-151-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* avahi: S05avahi-setup.sh: fix s/pid/ipd/ typoPeter Korsgaard2012-01-261-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: remove useless arguments from AUTOTARGETSThomas Petazzoni2011-09-291-1/+1
| | | | | | | | | | Thanks to the pkgparentdir and pkgname functions, we can rewrite the AUTOTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* avahi: ensure locale data is installed into /usr/share, not /usr/lib v2Peter Korsgaard2011-05-131-1/+1
| | | | | | | Was fixed in 0201ffcd1624, but nowadays avahi uses DATADIRNAME rather than DATADIR. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* avahi: bump versionPeter Korsgaard2011-04-041-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* avahi: bump versionPeter Korsgaard2011-03-091-1/+1
| | | | | | Mainly bugfixes. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* avahi: bump version, remove dbus workaroundPeter Korsgaard2011-03-011-12/+1
| | | | | | This is now fixed upstream. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* avahi: fix avahi access through dbusPeter Korsgaard2011-02-281-0/+11
| | | | | | | | | | | Ensure that the avahi dbus service gets installed if dbus support is enabled, otherwise avahi access through dbus fails (as clients try to start the daemon and dbus doesn't know how to do this). Fixed upstream in 0.6.28 (http://avahi.org/ticket/319) but this workaround is simpler/safer for now. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: apply libtool patch where possiblePeter Korsgaard2011-02-171-1/+0
| | | | | | | | | | Now that we have libtool-2.2.x patch support, we can get rid of a bunch of _LIBTOOL_PATH = NO, fixing (potential) cross link issues. Notice: php not changed, as it uses a very old 1.5 version for the embedded sqlite, where our buildroot-libtool-v1.5.patch doesn't apply. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: fix python upgrade falloutPeter Korsgaard2011-01-261-1/+1
| | | | | | | A number of packages depended on the libpython make target for python support, which no longer exist. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* avahi: ensure locale data is installed into /usr/share, not /usr/libPeter Korsgaard2010-10-071-1/+2
| | | | | | Otherwise it won't be found / target-localepurge won't remove it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* avahi: convert old-style hook to new-style hookThomas Petazzoni2010-09-121-6/+18
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* avahi: pkg-config is neededThomas Petazzoni2010-07-291-1/+1
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* avahi: bump versionPeter Korsgaard2010-07-192-1/+25
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update packages to BR2_NEEDS_GETTEXT_IF_LOCALEThomas Petazzoni2010-05-242-3/+3
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* avahi: avahi-autopid: make sure TARGET_DIR/var/lib existsNick Leverton2010-05-211-0/+1
| | | | | | | Closes #1801 Signed-off-by: Nick Leverton <nick@leverton.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Make all package using gettext rely on BR2_NEEDS_GETTEXTThomas Petazzoni2010-05-202-3/+3
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* avahi: fix build on uclibc 0.9.31 without ipv6 supportPeter Korsgaard2010-05-181-0/+147
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Use BR2_HAVE_DOCUMENTATION instead of BR2_HAVE_{MANPAGES,INFOPAGES}Thomas Petazzoni2010-04-111-1/+1
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* avahi: add dependency on host-intltoolThomas Petazzoni2010-02-251-1/+1
| | | | | | | | | 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>
* package: get rid of redundant malloc related configure presetsPeter Korsgaard2009-12-061-6/+0
| | | | | | | 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>
* 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
|