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/zeroconf | |
parent | daa21c1e0a306c45f06c6fe6adb5fe1d6a90070c (diff) | |
download | poky-75732f544356d3107e624eb64a2d310c8e048180.tar.gz |
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/zeroconf')
-rw-r--r-- | meta/recipes-connectivity/zeroconf/zeroconf_0.9.bb | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/zeroconf/zeroconf_0.9.bb b/meta/recipes-connectivity/zeroconf/zeroconf_0.9.bb index f22466eea7..32f186f098 100644 --- a/meta/recipes-connectivity/zeroconf/zeroconf_0.9.bb +++ b/meta/recipes-connectivity/zeroconf/zeroconf_0.9.bb | |||
@@ -1,4 +1,12 @@ | |||
1 | DESCRIPTION = "IPv4 link-local address allocator" | 1 | SUMMARY = "IPv4 link-local address allocator" |
2 | DESCRIPTION = "Zeroconf is a program that is used to claim IPv4 \ | ||
3 | link-local addresses. IPv4 link-local addresses are useful when setting \ | ||
4 | up ad-hoc networking between devices without the involvement of a either \ | ||
5 | a DHCP server or network administrator. \ | ||
6 | These addresses are allocated from the 169.254.0.0/16 address range and \ | ||
7 | are normally attached to each Ethernet device in your computer. \ | ||
8 | Addresses are assigned randomly by each host and, in case of collision, \ | ||
9 | both hosts (are supposed to) renumber." | ||
2 | AUTHOR = "Anand Kumria <wildfire@progsoc.uts.edu.au>" | 10 | AUTHOR = "Anand Kumria <wildfire@progsoc.uts.edu.au>" |
3 | HOMEPAGE = "http://www.progsoc.org/~wildfire/zeroconf/" | 11 | HOMEPAGE = "http://www.progsoc.org/~wildfire/zeroconf/" |
4 | LICENSE = "GPL" | 12 | LICENSE = "GPL" |