mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 18:23:02 +01:00
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. (From OE-Core rev: f279f1df6429b0f76e5354c6f0f0b5c29f558edd) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0be72c2fb5
commit
6599783b85
@@ -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="" \
|
||||
|
||||
Reference in New Issue
Block a user