diff options
Diffstat (limited to 'meta/recipes-kernel/oprofile')
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofile_0.9.6.bb | 1 | ||||
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofile_cvs.bb | 1 | ||||
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofileui.inc | 1 |
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 894bb9a93..85e065f99 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 @@ +SUMMARY = "System-Wide Profiler" DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \ of profiling all running code at low overhead." HOMEPAGE = "http://oprofile.sourceforge.net/news/" diff --git a/meta/recipes-kernel/oprofile/oprofile_cvs.bb b/meta/recipes-kernel/oprofile/oprofile_cvs.bb index dd8dd5886..f2ff5adfc 100644 --- a/meta/recipes-kernel/oprofile/oprofile_cvs.bb +++ b/meta/recipes-kernel/oprofile/oprofile_cvs.bb @@ -1,6 +1,7 @@ PV = "0.9.4+cvs${SRCDATE}" PR = "r0" SECTION = "devel" +SUMMARY = "System-Wide Profiler" DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \ of profiling all running code at low overhead." LICENSE = "GPL" diff --git a/meta/recipes-kernel/oprofile/oprofileui.inc b/meta/recipes-kernel/oprofile/oprofileui.inc index 22b56a584..731e03768 100644 --- a/meta/recipes-kernel/oprofile/oprofileui.inc +++ b/meta/recipes-kernel/oprofile/oprofileui.inc @@ -1,3 +1,4 @@ +SUMMARY = "User Interface for the System-Wide Profiler" DESCRIPTION = "User interface for the OProfile tool" HOMEPAGE = "http://labs.o-hand.com/oprofileui/" BUGTRACKER = "http://bugzilla.o-hand.com/" |