diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2010-11-24 15:15:59 -0600 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-16 15:53:09 +0000 |
commit | 5c850643ed99047963e55ccf686dd59af16c03e6 (patch) | |
tree | 242cb6d30636ee90d748711555a1c5a7a7057320 /meta/recipes-kernel/lttng | |
parent | cda749d2b85e4361a9d0cdcf70cb62659a4206aa (diff) | |
download | openembedded-core-5c850643ed99047963e55ccf686dd59af16c03e6.tar.gz openembedded-core-5c850643ed99047963e55ccf686dd59af16c03e6.tar.bz2 openembedded-core-5c850643ed99047963e55ccf686dd59af16c03e6.zip |
recipes-kernel: Update SUMMARY and DESCRIPTION
Add missing SUMMARY and updated DESCRIPTION fields if necessary
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-kernel/lttng')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-control_0.88.bb | 1 | ||||
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-ust_0.8.bb | 1 | ||||
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-control_0.88.bb b/meta/recipes-kernel/lttng/lttng-control_0.88.bb index 502064f186..535be2dbde 100644 --- a/meta/recipes-kernel/lttng/lttng-control_0.88.bb +++ b/meta/recipes-kernel/lttng/lttng-control_0.88.bb @@ -1,4 +1,5 @@ SECTION = "devel" +SUMMARY = "Linux Trace Toolkit Control" DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \ extract program execution details from the Linux operating system and \ interpret them." diff --git a/meta/recipes-kernel/lttng/lttng-ust_0.8.bb b/meta/recipes-kernel/lttng/lttng-ust_0.8.bb index 7d88b1638d..507ee501e3 100644 --- a/meta/recipes-kernel/lttng/lttng-ust_0.8.bb +++ b/meta/recipes-kernel/lttng/lttng-ust_0.8.bb @@ -1,3 +1,4 @@ +SUMMARY = "Linux Trace Toolkit Userspace Tracer" DESCRIPTION = "The LTTng Userspace Tracer (UST) is a library accompanied by a set of tools to trace userspace code" HOMEPAGE = "http://lttng.org/ust" BUGTRACKER = "n/a" diff --git a/meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb b/meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb index 550d8f5184..94c615502f 100644 --- a/meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb +++ b/meta/recipes-kernel/lttng/lttng-viewer_0.12.35.bb @@ -1,3 +1,4 @@ +SUMMARY = "Linux Trace Toolkit Viewer" DESCRIPTION = "The Linux trace toolkit is a suite of tools designed to \ extract program execution details from the Linux operating system and \ interpret them." |