]> code.ossystems Code Review - openembedded-core.git/commit
python3: fix do_install fail for parallel buiild
authorChangqing Li <changqing.li@windriver.com>
Wed, 8 May 2019 10:05:27 +0000 (18:05 +0800)
committerArmin Kuster <akuster808@gmail.com>
Sun, 10 Nov 2019 23:14:54 +0000 (15:14 -0800)
commitdc84f40fd485863fb6c77e641d76135b21867d39
tree9c433a0fa1503ca73e59c4d0b365e39922bdfd0f
parentaa88f0f3b7f70ddc88f187c91860505b256aeda3
python3: fix do_install fail for parallel buiild

When using make -j with the 'install' target, it's possible for altbininstall
(which normally creates BINDIR) and libainstall (which doesn't, though it
installs python-config there) to race, resulting in a failure due to
attempting to install python-config into a nonexistent BINDIR. Ensure it also
exists in the libainstall target.

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-devtools/python/python3/0001-Makefile-fix-Issue36464-parallel-build-race-problem.patch [new file with mode: 0644]
meta/recipes-devtools/python/python3_3.7.4.bb