From patchwork Sun Mar 25 00:42:25 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/3] #1937 Date: Sun, 25 Mar 2012 00:42:25 -0000 From: Andrei Gherzan X-Patchwork-Id: 24489 Message-Id: To: openembedded-core@lists.openembedded.org 1. Integrate tk for python module _tkinter. 2. Fix gdbm for python module dbm. 3. Fix python while checking if 64bit machine - modules dl and imageop are now built on a 64bit host machine. The following changes since commit 5a6ded1355156557635004fdde2c01feec436be2: yocto-kernel: new script (2012-03-22 19:21:15 +0000) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ag/master http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ag/master Andrei Gherzan (3): gdbm: Activate -enable-libgdbm-compat and add symlinks to headers in include/gdbm tk: Integrate tk v8.5.11 python: Add tk and tcl to DEPENDS conditionally and add patch for 64bit platform .../python/check-if-target-is-64b-not-host.patch | 57 ++++++++++++++++ meta/recipes-devtools/python/python_2.7.2.bb | 7 ++- meta/recipes-devtools/tcltk/tk_8.5.11.bb | 68 ++++++++++++++++++++ meta/recipes-support/gdbm/gdbm_1.10.bb | 13 ++++- 4 files changed, 143 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-devtools/python/python/check-if-target-is-64b-not-host.patch create mode 100644 meta/recipes-devtools/tcltk/tk_8.5.11.bb