[oe-commits] Alejandro Hernandez : python3-native: Disable pip on native builds to fix Autobuilder issues

git at git.openembedded.org git at git.openembedded.org
Thu May 7 12:46:31 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: f279f1df6429b0f76e5354c6f0f0b5c29f558edd
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f279f1df6429b0f76e5354c6f0f0b5c29f558edd

Author: Alejandro Hernandez <alejandro.hernandez at linux.intel.com>
Date:   Mon May  4 09:43:00 2015 +0000

python3-native: Disable pip on native builds to fix Autobuilder issues

As Python-3.4 pip is required and installed by default, pips installation
is bootstrapped using python wheels, this makes it complicated to patch
and causes errors on the Autobuilders, since we don't need pip for
python3-native, this disables it fixing the issues.

Signed-off-by: Alejandro Hernandez <alejandro.hernandez at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/python/python3-native_3.4.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 37399be..463957f 100644
--- a/meta/recipes-devtools/python/python3-native_3.4.2.bb
+++ b/meta/recipes-devtools/python/python3-native_3.4.2.bb
@@ -42,7 +42,7 @@ inherit native
 
 RPROVIDES += "python3-distutils-native python3-compression-native python3-textutils-native python3-core-native"
 
-EXTRA_OECONF_append = " --bindir=${bindir}/${PN}"
+EXTRA_OECONF_append = " --bindir=${bindir}/${PN} --without-ensurepip"
 
 EXTRA_OEMAKE = '\
   BUILD_SYS="" \



More information about the Openembedded-commits mailing list