[oe-commits] Andreas Oberritter : robostix: 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: 27513e93971d84224a82bf4926988364339827a0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=27513e93971d84224a82bf4926988364339827a0

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

robostix: fix RDEPENDS version syntax

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

---

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

diff --git a/recipes/robostix/robostix.bb b/recipes/robostix/robostix.bb
index 1fcc3b6..90cf613 100644
--- a/recipes/robostix/robostix.bb
+++ b/recipes/robostix/robostix.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Robostix programs"
 PRIORITY = "optional"
 SECTION = "base"
 LICENSE = "GPL"
-RDEPENDS_${PN} = "kernel (${KERNEL_VERSION})"
+RDEPENDS_${PN} = "kernel (= ${KERNEL_VERSION})"
 DEPENDS = "virtual/kernel"
 
 PR = "r1"





More information about the Openembedded-commits mailing list