aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/oprofile/oprofile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/oprofile/oprofile.inc')
-rw-r--r--recipes/oprofile/oprofile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/oprofile/oprofile.inc b/recipes/oprofile/oprofile.inc
index 8400ddea41..9fe49c947b 100644
--- a/recipes/oprofile/oprofile.inc
+++ b/recipes/oprofile/oprofile.inc
@@ -3,8 +3,8 @@ DESCRIPTION = "OProfile is a system-wide profiler for Linux systems, capable \
of profiling all running code at low overhead."
LICENSE = "GPL"
DEPENDS = "popt binutils"
-RDEPENDS += "binutils-symlinks"
-RRECOMMENDS += "kernel-vmlinux"
+RDEPENDS_${PN} += "binutils-symlinks"
+RRECOMMENDS_${PN} += "kernel-vmlinux"
INC_PR = "r11"
S = "${WORKDIR}/oprofile-${PV}"