libdc1394: Don't use ${PN}

Don't use ${PN} for the source dir, it will break multilib builds.
The correct variable is ${BPN}.

Cc: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Richard Weinberger 2019-01-10 10:42:10 +01:00 committed by Khem Raj
parent 49008c55d4
commit f00cb4cd84

View File

@ -19,7 +19,7 @@ SRC_URI = "git://git.code.sf.net/p/libdc1394/code;branch=master;protocol=git \
file://install_examples.patch \
"
S = "${WORKDIR}/git/${PN}"
S = "${WORKDIR}/git/${BPN}"
inherit autotools-brokensep pkgconfig