[oe-commits] Michael 'Mickey' Lauer : python: bump for updated tcltk; this fixes python-tkinter (which has been broken since ages)

GIT User account git at amethyst.openembedded.net
Sat Jan 24 20:24:30 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 47dacc38fc080fd59ffe59cb6482265128ab9dea
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=47dacc38fc080fd59ffe59cb6482265128ab9dea

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Jan 24 21:14:05 2009 +0100

python: bump for updated tcltk; this fixes python-tkinter (which has been broken since ages)

---

 packages/python/python_2.6.1.bb |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/packages/python/python_2.6.1.bb b/packages/python/python_2.6.1.bb
index f73a06a..c0eb596 100644
--- a/packages/python/python_2.6.1.bb
+++ b/packages/python/python_2.6.1.bb
@@ -1,7 +1,7 @@
 require python.inc
 DEPENDS = "python-native db gdbm openssl readline sqlite3 tcl tk zlib"
 DEPENDS_sharprom = "python-native db readline zlib gdbm openssl"
-PR = "ml0"
+PR = "ml1"
 
 SRC_URI = "\
   http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \
@@ -91,9 +91,12 @@ RRECOMMENDS_python-crypt = "openssl"
 # add sitecustomize
 FILES_python-core += "${libdir}/python${PYTHON_MAJMIN}/sitecustomize.py"
 
+# 2to3
+FILES_python-core += "${bindir}/2to3"
+
 # package libpython
 PACKAGES =+ "libpython2"
-FILES_libpython2 = "${libdir}/libpython*.so*"
+FILES_libpython2 = "${libdir}/libpython*.so.*"
 
 # catch debug extensions (isn't that already in python-core-dbg?)
 FILES_python-dbg += "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/.debug"





More information about the Openembedded-commits mailing list