summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/oprofile/oprofile_cvs.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/oprofile/oprofile_cvs.bb')
-rw-r--r--meta/recipes-kernel/oprofile/oprofile_cvs.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofile_cvs.bb b/meta/recipes-kernel/oprofile/oprofile_cvs.bb
index f2ff5adfc2..f2b5520f63 100644
--- a/meta/recipes-kernel/oprofile/oprofile_cvs.bb
+++ b/meta/recipes-kernel/oprofile/oprofile_cvs.bb
@@ -1,13 +1,13 @@
1PV = "0.9.4+cvs${SRCDATE}" 1PV = "0.9.4+cvs${SRCDATE}"
2PR = "r0" 2PR = "r1"
3SECTION = "devel" 3SECTION = "devel"
4SUMMARY = "System-Wide Profiler" 4SUMMARY = "System-Wide Profiler"
5DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \ 5DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \
6of profiling all running code at low overhead." 6of profiling all running code at low overhead."
7LICENSE = "GPL" 7LICENSE = "GPL"
8DEPENDS = "popt binutils" 8DEPENDS = "popt binutils"
9RDEPENDS = "binutils-symlinks" 9RDEPENDS_${PN} = "binutils-symlinks"
10RRECOMMENDS = "kernel-vmlinux" 10RRECOMMENDS_${PN} = "kernel-vmlinux"
11 11
12DEFAULT_PREFERENCE = "-1" 12DEFAULT_PREFERENCE = "-1"
13 13