[oe-commits] Andreas Oberritter : python: depend on bzip2

git at git.openembedded.org git at git.openembedded.org
Tue Mar 13 11:48:21 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 744ff417fc0b4ef3096cf5f687f7e3bda20c694e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=744ff417fc0b4ef3096cf5f687f7e3bda20c694e

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Mon Mar 12 22:24:10 2012 +0100

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 at opendreambox.org>

---

 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 0a8e534..b14b82e 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"
 





More information about the Openembedded-commits mailing list