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:44:53 +0000 (17:44 +0100)
commit3295730eccd323ea6abb12b146df739c3ffd982c
tree246ed95e97690887d901b0c9e180f18bdd6cfa84
parentebd1130023fde73000bb2e91e2536bfe9f394b38
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 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