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