[oe] [PATCH] python-native_2.6.1.bb: Add zlib-native to DEPENDS

Khem Raj raj.khem at gmail.com
Tue May 12 02:16:10 UTC 2009


	Do not use --with-zlib instead depend on zlib-native
---
 recipes/python/python-native_2.6.1.bb |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/recipes/python/python-native_2.6.1.bb b/recipes/python/python-native_2.6.1.bb
index febe271..ca567a1 100644
--- a/recipes/python/python-native_2.6.1.bb
+++ b/recipes/python/python-native_2.6.1.bb
@@ -1,5 +1,5 @@
 require python.inc
-DEPENDS = "openssl-native bzip2-full-native"
+DEPENDS = "openssl-native bzip2-full-native zlib-native"
 
 SRC_URI = "\
   http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \
@@ -22,7 +22,6 @@ EXTRA_OEMAKE = '\
   STAGING_LIBDIR=${STAGING_LIBDIR_NATIVE} \
   STAGING_INCDIR=${STAGING_INCDIR_NATIVE} \
 '
-EXTRA_OECONF += "--with-zlib"
 
 do_stage_append() {
 	install -m 0755 Parser/pgen ${STAGING_BINDIR_NATIVE}/pgen
-- 
1.6.0.4





More information about the Openembedded-devel mailing list