From: Andreas Oberritter Date: Mon, 12 Mar 2012 21:24:10 +0000 (+0100) Subject: python: depend on bzip2 X-Git-Tag: 2015-4~11461 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=744ff417fc0b4ef3096cf5f687f7e3bda20c694e;p=openembedded-core.git python: depend on bzip2 * Python auto-detects libbz2 and there's no way to force-disable it, so just enable it. * Adds bz2 support to python-compression. Signed-off-by: Andreas Oberritter --- diff --git a/meta/recipes-devtools/python/python_2.7.2.bb b/meta/recipes-devtools/python/python_2.7.2.bb index 0a8e53494d..b14b82e7ff 100644 --- a/meta/recipes-devtools/python/python_2.7.2.bb +++ b/meta/recipes-devtools/python/python_2.7.2.bb @@ -1,5 +1,5 @@ require python.inc -DEPENDS = "python-native db gdbm openssl readline sqlite3 zlib" +DEPENDS = "python-native bzip2 db gdbm openssl readline sqlite3 zlib" DEPENDS_sharprom = "python-native db readline zlib gdbm openssl" PR = "${INC_PR}.7"