[Buildroot] [PATCH 1/2] python: enable bzip2 in host variant

Eric Le Bihan eric.le.bihan.dev at free.fr
Sun Apr 24 14:39:48 UTC 2016


Enable support for bzip2 in Python host variant, so the tarfile module
works properly.

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev at free.fr>
---
 package/python/python.mk | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/package/python/python.mk b/package/python/python.mk
index 4ecd0d1..09356c5 100644
--- a/package/python/python.mk
+++ b/package/python/python.mk
@@ -31,7 +31,6 @@ HOST_PYTHON_CONF_OPTS += 	\
 	--disable-gdbm		\
 	--disable-bsddb		\
 	--disable-test-modules	\
-	--disable-bz2		\
 	--disable-ssl		\
 	--disable-ossaudiodev	\
 	--disable-pyo-build
@@ -52,7 +51,7 @@ HOST_PYTHON_MAKE = $(MAKE1)
 
 PYTHON_DEPENDENCIES = host-python libffi
 
-HOST_PYTHON_DEPENDENCIES = host-expat host-zlib
+HOST_PYTHON_DEPENDENCIES = host-expat host-zlib host-bzip2
 
 PYTHON_INSTALL_STAGING = YES
 
-- 
2.4.11




More information about the buildroot mailing list