summaryrefslogtreecommitdiffstats
path: root/package/avahi
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* init scripts should be executablePeter Korsgaard2007-05-091-0/+0
|
* avahi-daemon supportPeter Korsgaard2007-05-093-6/+87
|
* Bumped versionPeter Korsgaard2007-05-081-1/+1
|
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+1
|
* fix installation locationEric Andersen2007-01-221-3/+3
|
* hackup libtool for avahi and libdaemon, as with other packagesEric Andersen2007-01-171-0/+77
|
* fixup a whole steaming pile of insanity. When packages are configured,Eric Andersen2007-01-141-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-Fischer2006-12-131-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 avahiEric Andersen2006-12-126-0/+279