python-native_2.6.1.bb: Add zlib-native to DEPENDS
authorKhem Raj <raj.khem@gmail.com>
Mon, 11 May 2009 16:16:10 +0000 (16:16 +0000)
committerTom Rini <trini@embeddedalley.com>
Sat, 30 May 2009 22:02:21 +0000 (18:02 -0400)
Do not use --with-zlib instead depend on zlib-native
Acked-by: Tom Rini <trini@embeddedalley.com>
recipes/python/python-native_2.6.1.bb

index 3ae4828..ca567a1 100644 (file)
@@ -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 \