aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/prism54
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:04 +0000
commit52b0dc709e2b83cf42839d8cf9decf9e75eb8e96 (patch)
tree76459913ab384ce27dfeb0b5c35a641dec065ebd /recipes/prism54
parente1babf9db73af4c4e30515caf14060b92df0b737 (diff)
downloadopenembedded-52b0dc709e2b83cf42839d8cf9decf9e75eb8e96.tar.gz
prism54: 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/prism54')
-rw-r--r--recipes/prism54/prism54-module_1.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/prism54/prism54-module_1.2.bb b/recipes/prism54/prism54-module_1.2.bb
index 678bfecac2..5d21364e53 100644
--- a/recipes/prism54/prism54-module_1.2.bb
+++ b/recipes/prism54/prism54-module_1.2.bb
@@ -3,7 +3,7 @@ SECTION = "base"
PRIORITY = "optional"
HOMEPAGE = "http://prism54.org"
LICENSE = "GPL"
-RDEPENDS_${PN} = "kernel (= ${KERNEL_VERSION}) prism54-firmware (= 1.0.3.0) hotplug"
+RDEPENDS_${PN} = "kernel-${KERNEL_VERSION} prism54-firmware (= 1.0.3.0) hotplug"
RRECOMMENDS_${PN} = "kernel-module-firmware-class"
DEPENDS = "virtual/kernel prism54-firmware"
PR = "r2"