aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpio-event
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-01-29 00:51:08 +0000
committerAndreas Oberritter <obi@opendreambox.org>2011-01-29 00:55:45 +0000
commit87bec1fa95a6df0147d32666c8b3fccff6239369 (patch)
treeba2d6ef1271386305e1daa78c9b3a0470d0bf85c /recipes/gpio-event
parent549324bfa5157efde35a0bba6de6fef9f9a44c00 (diff)
downloadopenembedded-87bec1fa95a6df0147d32666c8b3fccff6239369.tar.gz
gpio-event: depend on kernel-${KERNEL_VERSION} instead of kernel (= ${KERNEL_VERSION})
* As a special case, kernel modules must depend on kernel-${KERNEL_VERSION}, which gets runtime provided by the kernel package. The reason is, that the package version can be different from ${KERNEL_VERSION}, because the latter depends on the kernel configuration, e.g. CONFIG_LOCALVERSION. 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 523337128c..81ea55ac2a 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"