diff options
| author | Richard Weinberger <richard@nod.at> | 2019-01-10 10:42:10 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-01-10 09:06:05 -0800 |
| commit | f00cb4cd845c2ec33f7de9ec2018a7309fc41860 (patch) | |
| tree | b871db70bf9557396c5a8635d95824f099d2621c | |
| parent | 49008c55d467292f365ac72d6f69f85bd093445e (diff) | |
| download | meta-openembedded-f00cb4cd845c2ec33f7de9ec2018a7309fc41860.tar.gz | |
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>
| -rwxr-xr-x | meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb b/meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb index b6bb447bc2..3b3ac83e25 100755 --- a/meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb +++ b/meta-multimedia/recipes-multimedia/libdc1394/libdc1394_git.bb | |||
| @@ -19,7 +19,7 @@ SRC_URI = "git://git.code.sf.net/p/libdc1394/code;branch=master;protocol=git \ | |||
| 19 | file://install_examples.patch \ | 19 | file://install_examples.patch \ |
| 20 | " | 20 | " |
| 21 | 21 | ||
| 22 | S = "${WORKDIR}/git/${PN}" | 22 | S = "${WORKDIR}/git/${BPN}" |
| 23 | 23 | ||
| 24 | inherit autotools-brokensep pkgconfig | 24 | inherit autotools-brokensep pkgconfig |
| 25 | 25 | ||
