]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Jun 2013 16:30:31 +0000 (17:30 +0100)
commitedf278eec71552bcd3ac661dce8e8b7489463f6a
tree09ac78ecc72d6101464daabd3fa1e9d8ba6c50bb
parente87a0c81c77d11f892a34c2d14ffbeb4342d32dd
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.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
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