shfs: 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/shfs/shfs-utils_0.35.bb

index 6715029..c794984 100644 (file)
@@ -3,7 +3,7 @@ It supports some nice features like number of different caches for access speedu
 SECTION = "kernel/userland"
 PRIORITY = "optional"
 LICENSE = "GPL"
-RDEPENDS_${PN} = "shfs-modules (${PV})"
+RDEPENDS_${PN} = "shfs-modules (${PV})"
 DEPENDS = "virtual/kernel"
 PR = "r1"