]> code.ossystems Code Review - openembedded-core.git/commit
python, python-native: fix PARALLEL_MAKEINST failure
authorChristopher Larson <chris_larson@mentor.com>
Mon, 25 Nov 2013 17:25:24 +0000 (17:25 +0000)
committerRobert Yang <liezhi.yang@windriver.com>
Sun, 26 Jan 2014 06:08:14 +0000 (14:08 +0800)
commit4766c03a208f37276b4778a4edc20e1e19faebeb
treefd753df5514d130024aa0830fe93a18d54d5b3ac
parent6a0187d6ce57552c9f00f74dc9001ce0400f0608
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 master 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>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
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