aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/char-driver/char-driver.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/char-driver/char-driver.bb')
-rw-r--r--recipes/char-driver/char-driver.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/char-driver/char-driver.bb b/recipes/char-driver/char-driver.bb
index 22f6d5efe8..a4758fe87e 100644
--- a/recipes/char-driver/char-driver.bb
+++ b/recipes/char-driver/char-driver.bb
@@ -5,7 +5,7 @@ DESCRIPTION = "char-driver and userspace program"
PRIORITY = "optional"
SECTION = "base"
LICENSE = "GPL"
-RDEPENDS = "kernel (${KERNEL_VERSION})"
+RDEPENDS_${PN} = "kernel (${KERNEL_VERSION})"
DEPENDS = "virtual/kernel"
PR = "r3"