aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpio-event
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-01-28 20:12:30 +0000
committerAndreas Oberritter <obi@opendreambox.org>2011-01-28 20:16:42 +0000
commitd350fc6f0dbacfe61c70accc05043dc7bf943499 (patch)
treea7f935006fcd50a4c53e17481ff70fa954eddb97 /recipes/gpio-event
parent2f3a2cb71a1ed7896934862ea7cf661d78637d48 (diff)
downloadopenembedded-d350fc6f0dbacfe61c70accc05043dc7bf943499.tar.gz
gpio-event: fix RDEPENDS version syntax
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'recipes/gpio-event')
-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 ae82d22031..523337128c 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_${PN} = "kernel (${KERNEL_VERSION})"
+RDEPENDS_${PN} = "kernel (= ${KERNEL_VERSION})"
DEPENDS = "virtual/kernel"
PR = "r5"