diff options
author | Changqing Li <changqing.li@windriver.com> | 2019-05-08 18:05:27 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-08 23:00:32 +0100 |
commit | 34b35a1275696c0f82606c7dc60a0c6685dcf396 (patch) | |
tree | 46812253948767a2f4ade447be3de092f07ff157 /meta/recipes-connectivity | |
parent | a89a08ce7c8fd50fe9159cad70b63afbff82c50c (diff) | |
download | poky-34b35a1275696c0f82606c7dc60a0c6685dcf396.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: 07aeaa4f3f88f575e4674145a7faab3ba8e97fad)
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
0 files changed, 0 insertions, 0 deletions