diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2012-03-12 22:24:10 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-13 11:44:47 +0000 |
commit | 744ff417fc0b4ef3096cf5f687f7e3bda20c694e (patch) | |
tree | 981bc2e7219ab6f682063e04f92ebd40f921415e /meta/recipes-devtools/python | |
parent | 3bb9d027fff925a40c4dea9109df9464a76853b7 (diff) | |
download | openembedded-core-744ff417fc0b4ef3096cf5f687f7e3bda20c694e.tar.gz openembedded-core-744ff417fc0b4ef3096cf5f687f7e3bda20c694e.tar.bz2 openembedded-core-744ff417fc0b4ef3096cf5f687f7e3bda20c694e.tar.xz openembedded-core-744ff417fc0b4ef3096cf5f687f7e3bda20c694e.zip |
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.bb | 2 |
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 0a8e53494..b14b82e7f 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" |