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/connman | |
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/connman')
-rw-r--r-- | meta/recipes-connectivity/connman/connman.inc | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index bc506faabe..ced21fe52e 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc | |||
@@ -1,5 +1,12 @@ | |||
1 | DESCRIPTION = "The ConnMan project provides a daemon for managing \ | 1 | SUMMARY = "A daemon for managing internet connections within embedded devices" |
2 | internet connections within embedded devices running the Linux operating system" | 2 | DESCRIPTION = "The ConnMan project provides a daemon for managing \ |
3 | internet connections within embedded devices running the Linux \ | ||
4 | operating system. The Connection Manager is designed to be slim and \ | ||
5 | to use as few resources as possible, so it can be easily integrated. \ | ||
6 | It is a fully modular system that can be extended, through plug-ins, \ | ||
7 | to support all kinds of wired or wireless technologies. Also, \ | ||
8 | configuration methods, like DHCP and domain name resolving, are \ | ||
9 | implemented using plug-ins." | ||
3 | HOMEPAGE = "http://connman.net/" | 10 | HOMEPAGE = "http://connman.net/" |
4 | BUGTRACKER = "http://bugs.meego.com/buglist.cgi?quicksearch=connman" | 11 | BUGTRACKER = "http://bugs.meego.com/buglist.cgi?quicksearch=connman" |
5 | LICENSE = "GPLv2" | 12 | LICENSE = "GPLv2" |