From: Andreas Oberritter Date: Fri, 28 Jan 2011 20:12:35 +0000 (+0000) Subject: shfs: fix RDEPENDS version syntax X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61df61e7ae6a70e36a36db15d560e8e7bf9bd8fc;p=openembedded.git shfs: fix RDEPENDS version syntax Signed-off-by: Andreas Oberritter --- 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"