Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avahi: ensure locale data is installed into /usr/share, not /usr/lib v2 | Peter Korsgaard | 2011-05-13 | 1 | -1/+1 |
| | | | | | | | Was fixed in 0201ffcd1624, but nowadays avahi uses DATADIRNAME rather than DATADIR. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | avahi: bump version | Peter Korsgaard | 2011-04-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | avahi: bump version | Peter Korsgaard | 2011-03-09 | 1 | -1/+1 |
| | | | | | | Mainly bugfixes. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | avahi: bump version, remove dbus workaround | Peter Korsgaard | 2011-03-01 | 1 | -12/+1 |
| | | | | | | This is now fixed upstream. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | avahi: fix avahi access through dbus | Peter Korsgaard | 2011-02-28 | 1 | -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 possible | Peter Korsgaard | 2011-02-17 | 1 | -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 fallout | Peter Korsgaard | 2011-01-26 | 1 | -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/lib | Peter Korsgaard | 2010-10-07 | 1 | -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 hook | Thomas Petazzoni | 2010-09-12 | 1 | -6/+18 |
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | avahi: pkg-config is needed | Thomas Petazzoni | 2010-07-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | avahi: bump version | Peter Korsgaard | 2010-07-19 | 1 | -1/+3 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | Update packages to BR2_NEEDS_GETTEXT_IF_LOCALE | Thomas Petazzoni | 2010-05-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | avahi: avahi-autopid: make sure TARGET_DIR/var/lib exists | Nick Leverton | 2010-05-21 | 1 | -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_GETTEXT | Thomas Petazzoni | 2010-05-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | Use BR2_HAVE_DOCUMENTATION instead of BR2_HAVE_{MANPAGES,INFOPAGES} | Thomas Petazzoni | 2010-04-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | avahi: add dependency on host-intltool | Thomas Petazzoni | 2010-02-25 | 1 | -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 presets | Peter Korsgaard | 2009-12-06 | 1 | -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: gtk support needs libglade as well | Peter Korsgaard | 2009-03-19 | 1 | -2/+2 |
| | |||||
* | avahi: fix python path | Peter Korsgaard | 2009-03-18 | 1 | -2/+2 |
| | |||||
* | avahi: enable glib / gtk support if available | Peter Korsgaard | 2009-03-17 | 1 | -3/+12 |
| | |||||
* | avahi: enable python support if python is enabled | Peter Korsgaard | 2009-03-13 | 1 | -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 toolchain | Peter Korsgaard | 2009-03-10 | 1 | -2/+3 |
| | |||||
* | avahi: bump version | Peter Korsgaard | 2009-03-05 | 1 | -1/+1 |
| | |||||
* | avahi: convert to Makefile.autotools.in format | Peter Korsgaard | 2009-03-05 | 1 | -112/+43 |
| | |||||
* | avahi/dnsmasq: adjust dbus dep after Makefile.autotools.in conversion | Peter Korsgaard | 2009-02-26 | 1 | -1/+1 |
| | |||||
* | avahi-autoipd: fix issue with repeated builds | Peter Korsgaard | 2009-01-28 | 1 | -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 helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | avahi: make sure destination dirs exists | Peter Korsgaard | 2008-12-15 | 1 | -8/+6 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -5/+5 |
| | |||||
* | avahi: add dependency to host-autoconf | Hans-Christian Egtvedt | 2008-12-04 | 1 | -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 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 |
| |