diff options
author | Joe Slater <jslater@windriver.com> | 2015-09-18 13:32:19 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-10-13 12:27:46 +0200 |
commit | 4d53e895d7d227f628952e2b41568a3b0c98725e (patch) | |
tree | b11c1e6a2d93d072b8bda0f13d1b4bb5a75cb794 /meta-filesystems | |
parent | 97dfbbbf6bddbd360638cde98cb53790ccc83059 (diff) | |
download | meta-openembedded-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.bb | 2 |
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 459d1575e..c54cfcbd2 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" | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
8 | 8 | ||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/${BP}.tar.gz" | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/${BP}.tar.gz" |
10 | S = "${WORKDIR}/${P}" | 10 | S = "${WORKDIR}/${BP}" |
11 | 11 | ||
12 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |
13 | 13 | ||