aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shfs
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-01-28 20:12:35 +0000
committerAndreas Oberritter <obi@opendreambox.org>2011-01-28 20:16:47 +0000
commit61df61e7ae6a70e36a36db15d560e8e7bf9bd8fc (patch)
tree7cb85419c04009c6deee6ad492cc5b6faabc9029 /recipes/shfs
parentb0c86808d2866a33ff40794d9125fd59b7b7be72 (diff)
downloadopenembedded-61df61e7ae6a70e36a36db15d560e8e7bf9bd8fc.tar.gz
shfs: fix RDEPENDS version syntax
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'recipes/shfs')
-rw-r--r--recipes/shfs/shfs-utils_0.35.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/shfs/shfs-utils_0.35.bb b/recipes/shfs/shfs-utils_0.35.bb
index 6715029c45..c794984b1b 100644
--- a/recipes/shfs/shfs-utils_0.35.bb
+++ b/recipes/shfs/shfs-utils_0.35.bb
@@ -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"