diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2023-04-10 20:57:08 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-04-10 20:13:28 -0700 |
| commit | 385ca58f98eeb891e4dc9f5547e1588c04ab1797 (patch) | |
| tree | 340a550534e3164a6d34a60dd9462eee9c529a4f /meta-python | |
| parent | 9317d99070cb7663f88e23701fc091fd536f6704 (diff) | |
| download | meta-openembedded-385ca58f98eeb891e4dc9f5547e1588c04ab1797.tar.gz | |
lirc: fix do_install with multilib
* use ${S} instead of ${WORKDIR}/${PN}-${PV}
and ${BP} instead of ${PN}-${PV}
to fix build with multilib, where PN is lib32-lirc, but S is correctly set
as ${WORKDIR}/${BP} and do_install fails with:
mkdir: cannot create directory ‘lib32-lirc/0.10.1-r0/lib32-lirc-0.10.1/python-pkg/dist/’: No such file or directory
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
0 files changed, 0 insertions, 0 deletions
