robostix: 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:45 +0000 (20:16 +0000)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
recipes/robostix/robostix.bb

index 1fcc3b6..90cf613 100644 (file)
@@ -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"