wifistix: fix RDEPENDS version syntax
authorAndreas Oberritter <obi@opendreambox.org>
Fri, 28 Jan 2011 20:12:35 +0000 (20:12 +0000)
committerAndreas Oberritter <obi@opendreambox.org>
Fri, 28 Jan 2011 20:16:47 +0000 (20:16 +0000)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
recipes/wifistix/wifistix-modules_5.0.16.p0.bb

index 2d91332..d69ea75 100644 (file)
@@ -6,7 +6,7 @@ SECTION = "base"
 PRIORITY = "optional"
 HOMEPAGE = "http://www.gumstix.com"
 LICENSE = "GPL"
-RDEPENDS_${PN} = "kernel (${KERNEL_VERSION})"
+RDEPENDS_${PN} = "kernel (${KERNEL_VERSION})"
 DEPENDS = "virtual/kernel"
 PR = "r1"