[oe-commits] Joe Slater : sshfs-fuse: correct definition of S

git at git.openembedded.org git at git.openembedded.org
Wed Sep 23 14:01:03 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 5a411a21b49010ef7f3ffe91f8f95bddcadc3c29
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=5a411a21b49010ef7f3ffe91f8f95bddcadc3c29

Author: Joe Slater <jslater at windriver.com>
Date:   Fri Sep 18 13:32:19 2015 -0700

sshfs-fuse: correct definition of S

Use BP instead of P so that multilib builds work.

Signed-off-by: Joe Slater <jslater at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-filesystems/recipes-filesystems/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
 



More information about the Openembedded-commits mailing list