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/bluez | |
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/bluez')
-rw-r--r-- | meta/recipes-connectivity/bluez/bluez-hcidump_1.42.bb | 5 | ||||
-rw-r--r-- | meta/recipes-connectivity/bluez/bluez4_4.66.bb | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/bluez/bluez-hcidump_1.42.bb b/meta/recipes-connectivity/bluez/bluez-hcidump_1.42.bb index 4c117281aa..8d4e41b0cd 100644 --- a/meta/recipes-connectivity/bluez/bluez-hcidump_1.42.bb +++ b/meta/recipes-connectivity/bluez/bluez-hcidump_1.42.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | DESCRIPTION = "Linux Bluetooth Stack HCI Debugger Tool." | 1 | SUMMARY = "Linux Bluetooth Stack HCI Debugger Tool." |
2 | DESCRIPTION = "The hcidump tool reads raw HCI data coming from and going to a Bluetooth device \ | ||
3 | and displays the commands, events and data in a human-readable form." | ||
4 | |||
2 | SECTION = "console" | 5 | SECTION = "console" |
3 | PRIORITY = "optional" | 6 | PRIORITY = "optional" |
4 | DEPENDS = "bluez4" | 7 | DEPENDS = "bluez4" |
diff --git a/meta/recipes-connectivity/bluez/bluez4_4.66.bb b/meta/recipes-connectivity/bluez/bluez4_4.66.bb index 7abf0faa65..ee4ee45d3c 100644 --- a/meta/recipes-connectivity/bluez/bluez4_4.66.bb +++ b/meta/recipes-connectivity/bluez/bluez4_4.66.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | DESCRIPTION = "Linux Bluetooth Stack Userland V4" | 1 | SUMMARY = "Linux Bluetooth Stack Userland V4" |
2 | DESCRIPTION = "Linux Bluetooth stack V4 userland components. These include a system configurations, daemons, tools and system libraries." | ||
2 | HOMEPAGE = "http://www.bluez.org" | 3 | HOMEPAGE = "http://www.bluez.org" |
3 | SECTION = "libs" | 4 | SECTION = "libs" |
4 | PRIORITY = "optional" | 5 | PRIORITY = "optional" |