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

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


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

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

robostix-module: fix RDEPENDS version syntax

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

---

 recipes/robostix-module/robostix-module.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/robostix-module/robostix-module.bb b/recipes/robostix-module/robostix-module.bb
index da044c3..8f5823d 100644
--- a/recipes/robostix-module/robostix-module.bb
+++ b/recipes/robostix-module/robostix-module.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Linux Driver for Gumstix robostix daughtercards"
 SECTION = "base"
 PRIORITY = "optional"
 LICENSE = "GPL"
-RDEPENDS_${PN} = "kernel (${KERNEL_VERSION})"
+RDEPENDS_${PN} = "kernel (= ${KERNEL_VERSION})"
 DEPENDS = "virtual/kernel"
 
 PR = "r2"





More information about the Openembedded-commits mailing list