From: Andreas Oberritter Date: Fri, 28 Jan 2011 20:12:33 +0000 (+0000) Subject: prism54: fix RDEPENDS version syntax X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=036f3f3acce480a4438b8d08fafe1c7355f540a2;p=openembedded.git prism54: fix RDEPENDS version syntax Signed-off-by: Andreas Oberritter --- 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"