Merge pull request #9093 from jefferyto/python-host-ensurepip-upgrade-uninstall
python,python3: Use ensurepip=upgrade for host Python
This commit is contained in:
commit
96ae56b1e5
2 changed files with 2 additions and 2 deletions
|
@ -295,7 +295,7 @@ HOST_CONFIGURE_ARGS+= \
|
|||
--prefix=$(HOST_PYTHON_DIR) \
|
||||
--exec-prefix=$(HOST_PYTHON_DIR) \
|
||||
--with-system-expat=$(STAGING_DIR_HOSTPKG) \
|
||||
--with-ensurepip=install \
|
||||
--with-ensurepip=upgrade \
|
||||
CONFIG_SITE=
|
||||
|
||||
define Host/Compile
|
||||
|
|
|
@ -289,7 +289,7 @@ HOST_CONFIGURE_ARGS+= \
|
|||
--prefix=$(HOST_PYTHON3_DIR) \
|
||||
--exec-prefix=$(HOST_PYTHON3_DIR) \
|
||||
--with-system-expat=$(STAGING_DIR_HOSTPKG) \
|
||||
--with-ensurepip=install \
|
||||
--with-ensurepip=upgrade \
|
||||
CONFIG_SITE=
|
||||
|
||||
define Host/Compile
|
||||
|
|
Loading…
Reference in a new issue