summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/oprofile
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2010-11-24 15:15:59 -0600
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-16 15:53:09 +0000
commit5c850643ed99047963e55ccf686dd59af16c03e6 (patch)
tree242cb6d30636ee90d748711555a1c5a7a7057320 /meta/recipes-kernel/oprofile
parentcda749d2b85e4361a9d0cdcf70cb62659a4206aa (diff)
downloadpoky-5c850643ed99047963e55ccf686dd59af16c03e6.tar.gz
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/oprofile')
-rw-r--r--meta/recipes-kernel/oprofile/oprofile_0.9.6.bb1
-rw-r--r--meta/recipes-kernel/oprofile/oprofile_cvs.bb1
-rw-r--r--meta/recipes-kernel/oprofile/oprofileui.inc1
3 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofile_0.9.6.bb b/meta/recipes-kernel/oprofile/oprofile_0.9.6.bb
index 894bb9a931..85e065f999 100644
--- a/meta/recipes-kernel/oprofile/oprofile_0.9.6.bb
+++ b/meta/recipes-kernel/oprofile/oprofile_0.9.6.bb
@@ -1,3 +1,4 @@
1SUMMARY = "System-Wide Profiler"
1DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \ 2DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \
2of profiling all running code at low overhead." 3of profiling all running code at low overhead."
3HOMEPAGE = "http://oprofile.sourceforge.net/news/" 4HOMEPAGE = "http://oprofile.sourceforge.net/news/"
diff --git a/meta/recipes-kernel/oprofile/oprofile_cvs.bb b/meta/recipes-kernel/oprofile/oprofile_cvs.bb
index dd8dd58863..f2ff5adfc2 100644
--- a/meta/recipes-kernel/oprofile/oprofile_cvs.bb
+++ b/meta/recipes-kernel/oprofile/oprofile_cvs.bb
@@ -1,6 +1,7 @@
1PV = "0.9.4+cvs${SRCDATE}" 1PV = "0.9.4+cvs${SRCDATE}"
2PR = "r0" 2PR = "r0"
3SECTION = "devel" 3SECTION = "devel"
4SUMMARY = "System-Wide Profiler"
4DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \ 5DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \
5of profiling all running code at low overhead." 6of profiling all running code at low overhead."
6LICENSE = "GPL" 7LICENSE = "GPL"
diff --git a/meta/recipes-kernel/oprofile/oprofileui.inc b/meta/recipes-kernel/oprofile/oprofileui.inc
index 22b56a584f..731e037681 100644
--- a/meta/recipes-kernel/oprofile/oprofileui.inc
+++ b/meta/recipes-kernel/oprofile/oprofileui.inc
@@ -1,3 +1,4 @@
1SUMMARY = "User Interface for the System-Wide Profiler"
1DESCRIPTION = "User interface for the OProfile tool" 2DESCRIPTION = "User interface for the OProfile tool"
2HOMEPAGE = "http://labs.o-hand.com/oprofileui/" 3HOMEPAGE = "http://labs.o-hand.com/oprofileui/"
3BUGTRACKER = "http://bugzilla.o-hand.com/" 4BUGTRACKER = "http://bugzilla.o-hand.com/"