]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-native: Disable pip on native builds to fix Autobuilder issues
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>
Mon, 4 May 2015 09:43:00 +0000 (09:43 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 May 2015 12:40:34 +0000 (13:40 +0100)
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.

(From OE-Core rev: f279f1df6429b0f76e5354c6f0f0b5c29f558edd)

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

index 37399be69c3791a49a009852a00dd9804671d744..463957f8c1a8f12ef648091009283dfe72eb07d8 100644 (file)
@@ -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="" \