aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wifistix
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:20 +0000
commitadfa6b72ec2c8c831e7900787b039bff010e8d10 (patch)
tree0144b45300557d196ea172efcb91c250c12dd274 /recipes/wifistix
parent73732d0d8019c6327b9deda95ccf668cdac623a7 (diff)
downloadopenembedded-adfa6b72ec2c8c831e7900787b039bff010e8d10.tar.gz
wifistix: 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/wifistix')
-rw-r--r--recipes/wifistix/wifistix-modules_5.0.16.p0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/wifistix/wifistix-modules_5.0.16.p0.bb b/recipes/wifistix/wifistix-modules_5.0.16.p0.bb
index d69ea75747..512f2913b2 100644
--- a/recipes/wifistix/wifistix-modules_5.0.16.p0.bb
+++ b/recipes/wifistix/wifistix-modules_5.0.16.p0.bb
@@ -6,7 +6,7 @@ SECTION = "base"
PRIORITY = "optional"
HOMEPAGE = "http://www.gumstix.com"
LICENSE = "GPL"
-RDEPENDS_${PN} = "kernel (= ${KERNEL_VERSION})"
+RDEPENDS_${PN} = "kernel-${KERNEL_VERSION}"
DEPENDS = "virtual/kernel"
PR = "r1"