On 17/08/12 01:10, Marc Reilly wrote:
- Avahi's "avahi-autoipd" file is in the dhcp/ folder, not dhcp3/
- udhcpc files were being installed but not being shipped in avahi-autoipd
- do_install override for avahi-autoipd was not being called and is not
   required, so join it into regular do_install.
- While at it, fixup string quoting in description.

This makes avahi-autoipd work with simple ifup/down scripts.

Signed-off-by: Marc Reilly <[email protected]>
---
  meta/recipes-connectivity/avahi/avahi.inc |   11 +++++------
  1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/meta/recipes-connectivity/avahi/avahi.inc 
b/meta/recipes-connectivity/avahi/avahi.inc
index 37ff70d..f0c043b 100644
--- a/meta/recipes-connectivity/avahi/avahi.inc
+++ b/meta/recipes-connectivity/avahi/avahi.inc
@@ -1,10 +1,10 @@
  SUMMARY = "Avahi IPv4LL network address configuration daemon"
-DESCRIPTION = "Avahi is a fully LGPL framework for Multicast DNS Service 
Discovery. It \
+DESCRIPTION = 'Avahi is a fully LGPL framework for Multicast DNS Service 
Discovery. It \
  allows programs to publish and discover services and hosts running on a local 
network \
  with no specific configuration. This tool implements IPv4LL, "Dynamic 
Configuration of \
  IPv4 Link-Local Addresses" (IETF RFC3927), a protocol for automatic IP 
address \
  configuration from the link-local 169.254.0.0/16 range without the need for a 
central \
-server."
+server."'

I might be being daft but is there an extra quote in here?

+server."'

should be:

+server.'

Regards,

--

  Jack Mitchell ([email protected])
  Embedded Systems Engineer
  http://www.embed.me.uk

--


_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to