robostix-module: fix RDEPENDS version syntax
authorAndreas Oberritter <obi@opendreambox.org>
Fri, 28 Jan 2011 20:12:34 +0000 (20:12 +0000)
committerAndreas Oberritter <obi@opendreambox.org>
Fri, 28 Jan 2011 20:16:46 +0000 (20:16 +0000)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
recipes/robostix-module/robostix-module.bb

index da044c3..8f5823d 100644 (file)
@@ -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"