From 54da47f3ddc1c009594744793060ffd09db3ad11 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Mon, 25 Nov 2013 17:25:24 +0000 Subject: 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. Signed-off-by: Christopher Larson Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python_2.7.3.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/python/python_2.7.3.bb') diff --git a/meta/recipes-devtools/python/python_2.7.3.bb b/meta/recipes-devtools/python/python_2.7.3.bb index b560b82754..340f5f330f 100644 --- a/meta/recipes-devtools/python/python_2.7.3.bb +++ b/meta/recipes-devtools/python/python_2.7.3.bb @@ -32,6 +32,7 @@ SRC_URI += "\ file://run-ptest \ file://CVE-2013-4073_py27.patch \ file://pypirc-secure.patch \ + file://parallel-makeinst-create-bindir.patch \ " S = "${WORKDIR}/Python-${PV}" -- cgit 1.2.3-korg