aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/prism54
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-01-28 20:12:33 +0000
committerAndreas Oberritter <obi@opendreambox.org>2011-01-28 20:16:44 +0000
commit036f3f3acce480a4438b8d08fafe1c7355f540a2 (patch)
tree6b5a6932b9233d4f5e5265f6132ca06d61e05797 /recipes/prism54
parent1f34ff77bea18fc1c305fdf134c8bceaea5874e0 (diff)
downloadopenembedded-036f3f3acce480a4438b8d08fafe1c7355f540a2.tar.gz
prism54: fix RDEPENDS version syntax
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 9d987cb011..678bfecac2 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"