aboutsummaryrefslogtreecommitdiffstats
path: root/meta-filesystems
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2015-09-18 13:32:19 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2015-10-13 12:27:46 +0200
commit4d53e895d7d227f628952e2b41568a3b0c98725e (patch)
treeb11c1e6a2d93d072b8bda0f13d1b4bb5a75cb794 /meta-filesystems
parent97dfbbbf6bddbd360638cde98cb53790ccc83059 (diff)
downloadmeta-openembedded-contrib-4d53e895d7d227f628952e2b41568a3b0c98725e.tar.gz
sshfs-fuse: correct definition of S
Use BP instead of P so that multilib builds work. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-filesystems')
-rw-r--r--meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.5.bb b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.5.bb
index 459d1575e7..c54cfcbd2b 100644
--- a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.5.bb
+++ b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_2.5.bb
@@ -7,7 +7,7 @@ DEPENDS = "glib-2.0 fuse"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/${BP}.tar.gz"
-S = "${WORKDIR}/${P}"
+S = "${WORKDIR}/${BP}"
inherit autotools pkgconfig