]> code.ossystems Code Review - openembedded-core.git/commit
python3-native: Fix pip install issue due to unclean build directory
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>
Thu, 16 Apr 2015 09:45:29 +0000 (09:45 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 May 2015 21:14:20 +0000 (22:14 +0100)
commitc27a5a9ba649e7fcf681f6ac4575442e252fd29b
treeff02af7cbdaad8016e578db279c3f6c074ec2cd1
parent59bad496fb57fdc5356ddc343f58eb69ff207863
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>
meta/recipes-devtools/python/python3-native_3.4.2.bb
meta/recipes-devtools/python/python3/pip_build_directory_unclean.patch [new file with mode: 0644]