python,python3: install built-in pip and setuptools

Easier than using external package.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
Alexandru Ardelean
2017-01-19 18:20:15 +02:00
parent ed8fa163c0
commit 80349f9e73
4 changed files with 2 additions and 38 deletions
+1
View File
@@ -240,6 +240,7 @@ HOST_CONFIGURE_ARGS+= \
--exec-prefix=$(HOST_PYTHON_DIR) \
--with-system-expat=$(STAGING_DIR_HOSTPKG) \
--with-system-ffi=no \
--with-ensurepip=install \
CONFIG_SITE=
define Host/Install