diff options
Diffstat (limited to 'recipes/shfs/shfs-utils_0.35.bb')
-rw-r--r-- | 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 2bb392b094..8aac31c5e8 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 = "shfs-modules (${PV})" +RDEPENDS_${PN} = "shfs-modules (${PV})" DEPENDS = "virtual/kernel" SRC_URI = "${SOURCEFORGE_MIRROR}/shfs/shfs-${PV}.tar.gz" |