mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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>
This commit is contained in:
parent
97dfbbbf6b
commit
4d53e895d7
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user