From: Steve Sakoman Date: Sat, 3 Jan 2009 00:31:52 +0000 (-0800) Subject: python-native: ensure that python has zlib support by adding zlib-native as dependecy X-Git-Tag: Release-2010-05/1~4586 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d78303da76e24fa259bf91a7c30aa3f67d7e867b;p=openembedded.git python-native: ensure that python has zlib support by adding zlib-native as dependecy python-native: ensure that python has zlib support by adding zlib-native as dependecy Firefox build will fail if python lacks zlib support --- diff --git a/packages/python/python-native_2.5.1.bb b/packages/python/python-native_2.5.1.bb index be8fc35a5a..6be228ab86 100644 --- a/packages/python/python-native_2.5.1.bb +++ b/packages/python/python-native_2.5.1.bb @@ -1,10 +1,10 @@ DESCRIPTION = "The Python Programming Language" HOMEPAGE = "http://www.python.org" LICENSE = "PSF" -DEPENDS = "openssl-native bzip2-full-native" +DEPENDS = "openssl-native bzip2-full-native zlib-native" SECTION = "devel/python" PRIORITY = "optional" -PR = "ml5" +PR = "ml6" EXCLUDE_FROM_WORLD = "1"