]> code.ossystems Code Review - openembedded-core.git/commit
python: Add patch to avoid warning about _tkinter
authorAndrei Gherzan <andrei@gherzan.ro>
Thu, 5 Apr 2012 20:54:24 +0000 (23:54 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Apr 2012 23:02:28 +0000 (00:02 +0100)
commit3f1be431054b3947bee9a2503eea1a3cefb38f4c
tree02ba75afca157135daf28eb926f3f11d05299bb8
parentd974ad03c58d7a221ebe3d59c57607928fbbd435
python: Add patch to avoid warning about _tkinter

_tkinter module needs tk module along with tcl. tk is not yet integrated
in yocto so we skip the check for this module.
Avoid a warning by not adding this module to missing variable.

[YOCTO #1937]

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python/avoid_warning_about_tkinter.patch [new file with mode: 0644]
meta/recipes-devtools/python/python_2.7.2.bb