aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2012-03-12 22:24:10 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-13 11:44:47 +0000
commit744ff417fc0b4ef3096cf5f687f7e3bda20c694e (patch)
tree981bc2e7219ab6f682063e04f92ebd40f921415e /meta/recipes-devtools/python
parent3bb9d027fff925a40c4dea9109df9464a76853b7 (diff)
downloadopenembedded-core-contrib-744ff417fc0b4ef3096cf5f687f7e3bda20c694e.tar.gz
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 <obi@opendreambox.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python_2.7.2.bb2
1 files changed, 1 insertions, 1 deletions
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"