aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/robostix/robostix.bb
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-01-29 00:51:09 +0000
committerAndreas Oberritter <obi@opendreambox.org>2011-01-29 00:56:09 +0000
commitaaad9400e8ea60ed9c5d4390714ecbae78b0985c (patch)
tree50d5a5333fc27c0e941b15b74d7365418f2d236b /recipes/robostix/robostix.bb
parent52b0dc709e2b83cf42839d8cf9decf9e75eb8e96 (diff)
downloadopenembedded-aaad9400e8ea60ed9c5d4390714ecbae78b0985c.tar.gz
robostix: 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/robostix/robostix.bb')
-rw-r--r--recipes/robostix/robostix.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/robostix/robostix.bb b/recipes/robostix/robostix.bb
index 90cf6139f8..d3d89bae87 100644
--- a/recipes/robostix/robostix.bb
+++ b/recipes/robostix/robostix.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Robostix programs"
PRIORITY = "optional"
SECTION = "base"
LICENSE = "GPL"
-RDEPENDS_${PN} = "kernel (= ${KERNEL_VERSION})"
+RDEPENDS_${PN} = "kernel-${KERNEL_VERSION}"
DEPENDS = "virtual/kernel"
PR = "r1"