mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +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:
@@ -7,7 +7,7 @@ DEPENDS = "glib-2.0 fuse"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||||
|
|
||||||
SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/${BP}.tar.gz"
|
SRC_URI = "${SOURCEFORGE_MIRROR}/fuse/${BP}.tar.gz"
|
||||||
S = "${WORKDIR}/${P}"
|
S = "${WORKDIR}/${BP}"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user