summaryrefslogtreecommitdiffstats
path: root/recipes/oprofile
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/oprofile')
-rw-r--r--recipes/oprofile/oprofile.inc4
-rw-r--r--recipes/oprofile/oprofile_cvs.bb2
2 files changed, 3 insertions, 3 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}"
diff --git a/recipes/oprofile/oprofile_cvs.bb b/recipes/oprofile/oprofile_cvs.bb
index ba4fb35719..f9f645f50b 100644
--- a/recipes/oprofile/oprofile_cvs.bb
+++ b/recipes/oprofile/oprofile_cvs.bb
@@ -4,7 +4,7 @@ SRCDATE = "20080210"
PV = "0.9.4+cvs${SRCDATE}"
PR = "r3"
-RDEPENDS += "binutils-symlinks"
+RDEPENDS_${PN} += "binutils-symlinks"
DEFAULT_PREFERENCE = "-1"