[oe] [PATCH] enable zlib in python-native to fix image building, cannot import gzip module

Kim Højgaard-Hansen kim at khh.dk
Thu Apr 30 12:29:33 UTC 2009


---
 recipes/python/python.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/recipes/python/python.inc b/recipes/python/python.inc
index f113451..d609f1b 100644
--- a/recipes/python/python.inc
+++ b/recipes/python/python.inc
@@ -20,4 +20,5 @@ EXTRA_OECONF = "\
   --with-signal-module \
   --with-wctype-functions \
   --enable-shared \
+  --with-zlib \
 "
--
1.5.6.5




More information about the Openembedded-devel mailing list