Re: [yocto] python tkinter dependencies

2014-07-14 Thread Paul Eggleton
On Thursday 10 July 2014 16:11:29 Jate S wrote: - Python-tkinter requires the tk recipe in meta-oe, so you must add this layer for your build. - I am on dora. I found that I needed commit tk: make multilib build compatible and fix library install made on 12/5/2013

Re: [yocto] python tkinter dependencies

2014-07-10 Thread Jate S
- Python-tkinter requires the tk recipe in meta-oe, so you must add this layer for your build. - I am on dora. I found that I needed commit tk: make multilib build compatible and fix library install made on 12/5/2013 (1ca29d1cda0d007c4e6a28fe1a4037b4029ad7ae). - I created a bbappend for python. In

Re: [yocto] python tkinter dependencies

2014-07-10 Thread Martin Jansa
On Thu, Jul 10, 2014 at 04:11:29PM -0400, Jate S wrote: - Python-tkinter requires the tk recipe in meta-oe, so you must add this layer for your build. - I am on dora. I found that I needed commit tk: make multilib build compatible and fix library install made on 12/5/2013

Re: [yocto] python tkinter dependencies

2014-07-06 Thread Jens Lucius
Hi It worked for me in my build env after trying several things. I did setup a new yocto some while ago and actually had the same problems again. There is a patch in python about tkinter (03-fix-tkinter-detection.patch). I removed that, did a fresh rebuild of python (-c clean) and did a

[yocto] python tkinter dependencies

2014-07-01 Thread Jate S
The python-tkinter module requires _tkinter. A result from a websearch suggested that I needed to make sure tk (from meta-oe/meta-oe) and tcl were installed before compiling python. I added a DEPENDS on the tk and tcl recipes to both python and python-tkinter in a python_2.7.3.bbappend. It did