aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-01-29 00:51:10 +0000
committerAndreas Oberritter <obi@opendreambox.org>2011-01-29 00:56:15 +0000
commit73732d0d8019c6327b9deda95ccf668cdac623a7 (patch)
tree77e7f4ec9e360448f5f6f4e3f783cd9e0f7d8067 /recipes
parentaaad9400e8ea60ed9c5d4390714ecbae78b0985c (diff)
downloadopenembedded-73732d0d8019c6327b9deda95ccf668cdac623a7.tar.gz
robostix-module: 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')
-rw-r--r--recipes/robostix-module/robostix-module.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/robostix-module/robostix-module.bb b/recipes/robostix-module/robostix-module.bb
index 8f5823dae5..859b584b45 100644
--- a/recipes/robostix-module/robostix-module.bb
+++ b/recipes/robostix-module/robostix-module.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Linux Driver for Gumstix robostix daughtercards"
SECTION = "base"
PRIORITY = "optional"
LICENSE = "GPL"
-RDEPENDS_${PN} = "kernel (= ${KERNEL_VERSION})"
+RDEPENDS_${PN} = "kernel-${KERNEL_VERSION}"
DEPENDS = "virtual/kernel"
PR = "r2"