[oe-commits] Andreas Oberritter : shfs: fix RDEPENDS version syntax

git version control git at git.openembedded.org
Fri Jan 28 20:20:01 UTC 2011


Module: openembedded.git
Branch: master
Commit: 61df61e7ae6a70e36a36db15d560e8e7bf9bd8fc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=61df61e7ae6a70e36a36db15d560e8e7bf9bd8fc

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Fri Jan 28 20:12:35 2011 +0000

shfs: fix RDEPENDS version syntax

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>

---

 recipes/shfs/shfs-utils_0.35.bb |    2 +-
 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 6715029..c794984 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"
 





More information about the Openembedded-commits mailing list