python, python-native: fix PARALLEL_MAKEINST failure
authorChristopher Larson <chris_larson@mentor.com>
Mon, 25 Nov 2013 17:25:24 +0000 (17:25 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Dec 2013 17:45:53 +0000 (17:45 +0000)
commit50a24db263186e49be10041e2f9527a5e6ee7937
tree911baace7b541225b8e89bbe1087de773f997564
parent0a0cbcc1edf4d77675d53e9ebe347410ecf7f675
python, python-native: fix PARALLEL_MAKEINST failure

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: 54da47f3ddc1c009594744793060ffd09db3ad11)

Signed-off-by: Christopher Larson <kergoth@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python-native_2.7.3.bb
meta/recipes-devtools/python/python/parallel-makeinst-create-bindir.patch [new file with mode: 0644]
meta/recipes-devtools/python/python_2.7.3.bb