[Buildroot] svn commit: trunk/buildroot/package/avahi

egtvedt at uclibc.org egtvedt at uclibc.org
Wed Oct 1 10:28:44 UTC 2008


Author: egtvedt
Date: 2008-10-01 03:28:44 -0700 (Wed, 01 Oct 2008)
New Revision: 23571

Log:
avahi: add dependencies in right order

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 at atmel.com>



Modified:
   trunk/buildroot/package/avahi/avahi.mk


Changeset:
Modified: trunk/buildroot/package/avahi/avahi.mk
===================================================================
--- trunk/buildroot/package/avahi/avahi.mk	2008-09-30 22:37:29 UTC (rev 23570)
+++ trunk/buildroot/package/avahi/avahi.mk	2008-10-01 10:28:44 UTC (rev 23571)
@@ -180,7 +180,7 @@
 		 $(TARGET_DIR)/usr/sbin/avahi-daemon
 	$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $@
 
-avahi: uclibc libdaemon $(AVAHI_TARGETS) $(if $(BR2_ENABLE_LOCALE),gettext libintl)
+avahi: uclibc libdaemon $(if $(BR2_ENABLE_LOCALE),gettext libintl) $(AVAHI_TARGETS)
 
 avahi-clean:
 	-$(MAKE) -C $(AVAHI_DIR) distclean




More information about the buildroot mailing list