From 475ecc54dbfcdd6ce62c6b06c1831931c6ba3414 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Mon, 12 Mar 2012 22:24:10 +0100 Subject: 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. (From OE-Core rev: 744ff417fc0b4ef3096cf5f687f7e3bda20c694e) Signed-off-by: Andreas Oberritter Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python_2.7.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/python') 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" -- cgit v1.2.3-54-g00ecf