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.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/gpio-event/gpio-event.bb b/recipes/gpio-event/gpio-event.bb
index be2c0f25a4..ae82d22031 100644
--- a/recipes/gpio-event/gpio-event.bb
+++ b/recipes/gpio-event/gpio-event.bb
@@ -5,13 +5,13 @@ 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"
+PR = "r5"
SRC_URI = "http://davehylands.com/gumstix-wiki/gpio-event/gpio-event-2.6.21-1444-select.tar.gz \
- file://makefile.patch;patch=1 \
+ file://makefile.patch \
"
S = "${WORKDIR}/gpio-event"