mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
49008c55d4
commit
f00cb4cd84
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user