[oe] [meta-filesystems][PATCH 1/1] sshfs-fuse: correct definition of S

Joe Slater jslater at windriver.com
Fri Sep 18 20:32:19 UTC 2015


Use BP instead of P so that multilib builds work.

Signed-off-by: Joe Slater <jslater at windriver.com>
---
 .../sshfs-fuse/sshfs-fuse_2.5.bb                   |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 459d157..c54cfcb 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
 
-- 
1.7.9.5




More information about the Openembedded-devel mailing list