aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fuse
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/fuse')
-rw-r--r--recipes/fuse/curlftpfs_0.9.2.bb2
-rw-r--r--recipes/fuse/fuse-module_2.6.5.bb2
-rw-r--r--recipes/fuse/fuse-module_2.7.1.bb2
-rw-r--r--recipes/fuse/fuse-module_2.7.4.bb2
-rw-r--r--recipes/fuse/gmailfs.inc2
5 files changed, 5 insertions, 5 deletions
diff --git a/recipes/fuse/curlftpfs_0.9.2.bb b/recipes/fuse/curlftpfs_0.9.2.bb
index 86009b6026..ae9ae91998 100644
--- a/recipes/fuse/curlftpfs_0.9.2.bb
+++ b/recipes/fuse/curlftpfs_0.9.2.bb
@@ -5,7 +5,7 @@ SECTION = "console/network"
PRIORITY = "optional"
LICENSE = "GPLv2"
DEPENDS = "glib-2.0 fuse curl"
-RDEPENDS += " libcurl "
+RDEPENDS_${PN} += " libcurl "
PR = "r0"
SRC_URI = "${SOURCEFORGE_MIRROR}/curlftpfs/${P}.tar.gz"
diff --git a/recipes/fuse/fuse-module_2.6.5.bb b/recipes/fuse/fuse-module_2.6.5.bb
index 19477708c5..3fea537536 100644
--- a/recipes/fuse/fuse-module_2.6.5.bb
+++ b/recipes/fuse/fuse-module_2.6.5.bb
@@ -1,6 +1,6 @@
require fuse.inc
-RRECOMMENDS = "fuse"
+RRECOMMENDS_${PN} = "fuse"
PR = "r1"
S = "${WORKDIR}/fuse-${PV}"
diff --git a/recipes/fuse/fuse-module_2.7.1.bb b/recipes/fuse/fuse-module_2.7.1.bb
index 3342a73a91..d3a4f471d8 100644
--- a/recipes/fuse/fuse-module_2.7.1.bb
+++ b/recipes/fuse/fuse-module_2.7.1.bb
@@ -1,6 +1,6 @@
require fuse.inc
-RRECOMMENDS = "fuse"
+RRECOMMENDS_${PN} = "fuse"
PR = "r0"
S = "${WORKDIR}/fuse-${PV}"
diff --git a/recipes/fuse/fuse-module_2.7.4.bb b/recipes/fuse/fuse-module_2.7.4.bb
index 24a7520506..ee2afd857e 100644
--- a/recipes/fuse/fuse-module_2.7.4.bb
+++ b/recipes/fuse/fuse-module_2.7.4.bb
@@ -1,6 +1,6 @@
require fuse.inc
-RRECOMMENDS = "fuse"
+RRECOMMENDS_${PN} = "fuse"
PR = "r0"
S = "${WORKDIR}/fuse-${PV}"
diff --git a/recipes/fuse/gmailfs.inc b/recipes/fuse/gmailfs.inc
index 9f1c676c87..7364839391 100644
--- a/recipes/fuse/gmailfs.inc
+++ b/recipes/fuse/gmailfs.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesy
LICENSE = "GPLv2"
DEPENDS = "fuse python-libgmail python-fuse"
-RDEPENDS = "fuse python-libgmail python-fuse python-unixadmin python-lang python-textutils python-core"
+RDEPENDS_${PN} = "fuse python-libgmail python-fuse python-unixadmin python-lang python-textutils python-core"
SRC_URI = "http://richard.jones.name/google-hacks/gmail-filesystem/${PN}-${PV}.tar.gz"