From 61df61e7ae6a70e36a36db15d560e8e7bf9bd8fc Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Fri, 28 Jan 2011 20:12:35 +0000 Subject: [PATCH] shfs: fix RDEPENDS version syntax Signed-off-by: Andreas Oberritter --- recipes/shfs/shfs-utils_0.35.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5