summaryrefslogtreecommitdiffstats
path: root/LICENSE.GPL-2.0-only
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2019-05-08 18:05:27 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-11-18 14:42:13 +0000
commit143c790fca7a364474cb4f514851bf99a80fa898 (patch)
treef12d246b7bfe93a1a1cdb3528f7a88acb2abb616 /LICENSE.GPL-2.0-only
parent58e85c53951077424e4215cea7f1443315477078 (diff)
downloadpoky-143c790fca7a364474cb4f514851bf99a80fa898.tar.gz
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. (From OE-Core rev: dc84f40fd485863fb6c77e641d76135b21867d39) 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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'LICENSE.GPL-2.0-only')
0 files changed, 0 insertions, 0 deletions