diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2010-09-27 19:11:11 -0500 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-11 22:15:37 +0100 |
commit | daa21c1e0a306c45f06c6fe6adb5fe1d6a90070c (patch) | |
tree | 1f724e588d6220f5f73cccaec9b96b95636acf91 /meta/recipes-bsp/hostap | |
parent | fa647b91768a151988f57036dfeff9a0846d6f61 (diff) | |
download | openembedded-core-daa21c1e0a306c45f06c6fe6adb5fe1d6a90070c.tar.gz openembedded-core-daa21c1e0a306c45f06c6fe6adb5fe1d6a90070c.tar.bz2 openembedded-core-daa21c1e0a306c45f06c6fe6adb5fe1d6a90070c.tar.xz openembedded-core-daa21c1e0a306c45f06c6fe6adb5fe1d6a90070c.zip |
recipes-bsp: Cleanup package descriptions and summaries
[BUGID #281]
Evaluate and update each package in recipes-bsp to ensure they have a
consistent summary and description.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-bsp/hostap')
-rw-r--r-- | meta/recipes-bsp/hostap/hostap-utils.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-bsp/hostap/hostap-utils.inc b/meta/recipes-bsp/hostap/hostap-utils.inc index 16880f119..2a20506a0 100644 --- a/meta/recipes-bsp/hostap/hostap-utils.inc +++ b/meta/recipes-bsp/hostap/hostap-utils.inc @@ -1,4 +1,6 @@ -DESCRIPTION = "User mode helpers for the hostap driver" +SUMMARY = "User mode helpers for the hostap driver" +DESCRIPTION = "The hostap driver supports Host AP mode, it allows for IEEE 802.11 \ +management functions on the host computer and allows the system to act as an access point." HOMEPAGE = "http://hostap.epitest.fi" BUGTRACKER = "http://hostap.epitest.fi/bugz/" LICENSE = "GPLv2" |