mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
fuse-exfat: Don't use ${PN}
Don't use ${PN} for the source dir, it will break multilib builds.
The correct variable is ${BPN}.
The bitbake defaults are:
BP = "${BPN}-${PV}"
S = "${WORKDIR}/${BP}"
Therefore we can remove this line.
Cc: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
765418cc65
commit
4abca3de5d
|
|
@ -17,5 +17,4 @@ inherit autotools pkgconfig
|
|||
SRC_URI[md5sum] = "fca71e6598f79d037a3c7c969cb5710c"
|
||||
SRC_URI[sha256sum] = "f2e06eba5a21c621aac1d6da21b12a5a324fdd1e20f9c8acd357dd463c2355d9"
|
||||
|
||||
S = "${WORKDIR}/${PN}-${PV}"
|
||||
EXTRA_OECONF += "sbindir=${base_sbindir}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user