[oe-commits] Khem Raj : python-native_2.6.1.bb: Add zlib-native to DEPENDS

git version control git at git.openembedded.org
Sat May 30 22:18:24 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c58ac24fa1400d1d8a05cbf7342dd491f28c8e67
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c58ac24fa1400d1d8a05cbf7342dd491f28c8e67

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon May 11 16:16:10 2009 +0000

python-native_2.6.1.bb: Add zlib-native to DEPENDS

Do not use --with-zlib instead depend on zlib-native
Acked-by: Tom Rini <trini at embeddedalley.com>

---

 recipes/python/python-native_2.6.1.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/python/python-native_2.6.1.bb b/recipes/python/python-native_2.6.1.bb
index 3ae4828..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 \





More information about the Openembedded-commits mailing list