]> code.ossystems Code Review - openembedded-core.git/commit
python3: Disable pip to fix issues on the Autobuilders
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>
Mon, 4 May 2015 09:43:01 +0000 (09:43 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 May 2015 12:14:36 +0000 (13:14 +0100)
commitbe2d305e3f5d675ed98bfe160357f87dc99a8675
tree60c7017364bfe451e25a3df0eb16b363b86cfb27
parentf279f1df6429b0f76e5354c6f0f0b5c29f558edd
python3: Disable pip to fix issues on the Autobuilders

As Python-3.4 pip is required and installed by default, pips installation
is bootstrapped using python wheels, this makes it complicated to patch,
by default the installation uses an absolute path to /tmp, on most cases
this would not be a problem, but since on the Autobuilders several Python
installations (for different archs) may be happening at the same time,
this shared resource utilization results in errors at do_install(), this
patch disables pip installation by default for now, until we have a
python3-pip package which we can easily patch in these situations.

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3_3.4.2.bb