diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2010-09-28 09:30:42 -0500 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-11 22:15:48 +0100 |
commit | 75732f544356d3107e624eb64a2d310c8e048180 (patch) | |
tree | 345495142138a2ec7321b5f6c7b5af303930e6ac /meta/recipes-connectivity/avahi | |
parent | daa21c1e0a306c45f06c6fe6adb5fe1d6a90070c (diff) | |
download | openembedded-core-75732f544356d3107e624eb64a2d310c8e048180.tar.gz openembedded-core-75732f544356d3107e624eb64a2d310c8e048180.tar.bz2 openembedded-core-75732f544356d3107e624eb64a2d310c8e048180.zip |
recipes-connectivity: Cleanup package descriptions and summaries
[BUGID #281]
Evaluate and update each package in recipes-connectivity to ensure they
have a consistent summary and description.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-connectivity/avahi')
-rw-r--r-- | meta/recipes-connectivity/avahi/avahi.inc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi/avahi.inc index 9a7f123098..174eafd481 100644 --- a/meta/recipes-connectivity/avahi/avahi.inc +++ b/meta/recipes-connectivity/avahi/avahi.inc @@ -1,4 +1,10 @@ -DESCRIPTION = "Avahi implements the DNS-SD over Multicast DNS" +SUMMARY = "Avahi IPv$LL network address configuration daemon" +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." AUTHOR = "Lennart Poettering <lennart@poettering.net>" HOMEPAGE = "http://avahi.org" BUGTRACKER = "http://avahi.org/report" |