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 -- 1.7.5.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
