summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/python/python3-native_3.4.2.bb
diff options
context:
space:
mode:
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>2015-04-16 09:45:29 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-05 22:14:20 +0100
commitc27a5a9ba649e7fcf681f6ac4575442e252fd29b (patch)
treeff02af7cbdaad8016e578db279c3f6c074ec2cd1 /meta/recipes-devtools/python/python3-native_3.4.2.bb
parent59bad496fb57fdc5356ddc343f58eb69ff207863 (diff)
downloadopenembedded-core-c27a5a9ba649e7fcf681f6ac4575442e252fd29b.tar.gz
openembedded-core-c27a5a9ba649e7fcf681f6ac4575442e252fd29b.tar.bz2
openembedded-core-c27a5a9ba649e7fcf681f6ac4575442e252fd29b.zip
python3-native: Fix pip install issue due to unclean build directory
When installing python3-native sometimes pips default build directory (which is on the host and is user dependant) is left unclean, due to this, when python3-core is being installed it tries to use the same directory producing an error, this explicitly removes what the previous installation might have left behind, fixing the issue. Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-native_3.4.2.bb')
-rw-r--r--meta/recipes-devtools/python/python3-native_3.4.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-native_3.4.2.bb b/meta/recipes-devtools/python/python3-native_3.4.2.bb
index d98a278867..37399be69c 100644
--- a/meta/recipes-devtools/python/python3-native_3.4.2.bb
+++ b/meta/recipes-devtools/python/python3-native_3.4.2.bb
@@ -26,6 +26,7 @@ file://makerace.patch \
${DISTRO_SRC_URI} \
file://sysconfig.py-add-_PYTHON_PROJECT_SRC.patch \
file://setup.py-check-cross_compiling-when-get-FLAGS.patch \
+file://pip_build_directory_unclean.patch \
"
SRC_URI[md5sum] = "36fc7327c02c6f12fa24fc9ba78039e3"
SRC_URI[sha256sum] = "1c6d9682d145c056537e477bbfa060ce727f9edd38df1827e0f970dcf04b2def"