[oe-commits] Andreas Oberritter : prism54: fix RDEPENDS version syntax

git version control git at git.openembedded.org
Fri Jan 28 20:20:00 UTC 2011


Module: openembedded.git
Branch: master
Commit: 036f3f3acce480a4438b8d08fafe1c7355f540a2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=036f3f3acce480a4438b8d08fafe1c7355f540a2

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Fri Jan 28 20:12:33 2011 +0000

prism54: fix RDEPENDS version syntax

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>

---

 recipes/prism54/prism54-module_1.2.bb |    2 +-
 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 9d987cb..678bfec 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"





More information about the Openembedded-commits mailing list