]> code.ossystems Code Review - openembedded-core.git/commit
python-pygtk: fix parallel compile issue
authorKai Kang <kai.kang@windriver.com>
Wed, 19 Jun 2013 11:49:42 +0000 (07:49 -0400)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 8 Jul 2013 09:30:20 +0000 (10:30 +0100)
commita0a2a012e843ccaa95b23c53c4b96ac46d36d719
tree8a91a651b32769cd162dbff326fefd88e9f89f58
parent03afd1cde0c308c079b7e10cbf6424e28a5c4a75
python-pygtk: fix parallel compile issue

defs.c dependes on gdk-types.defs and gtk-types.defs. When parallel
compile, it may fails with:
"IOError: [Errno 2] No such file or directory: 'gtk-types.defs'"

Add them to dependences of defs.c to fix this issue.

(From OE-Core master rev: edf278eec71552bcd3ac661dce8e8b7489463f6a)

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python-pygtk/update-dependences-of-defs.c.patch [new file with mode: 0644]
meta/recipes-devtools/python/python-pygtk_2.24.0.bb