mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 01:36:38 +01:00
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) (From OE-Core rev: a0a2a012e843ccaa95b23c53c4b96ac46d36d719) 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>
This commit is contained in:
@@ -15,7 +15,8 @@ SRC_URI = "ftp://ftp.gnome.org/pub/gnome/sources/pygtk/2.24/${SRCNAME}-${PV}.tar
|
||||
file://fix-gtkunixprint.patch \
|
||||
file://prevent_to_get_display_during_import.patch \
|
||||
file://nodocs.patch \
|
||||
file://acinclude.m4"
|
||||
file://acinclude.m4 \
|
||||
file://update-dependences-of-defs.c.patch"
|
||||
|
||||
SRC_URI[md5sum] = "a1051d5794fd7696d3c1af6422d17a49"
|
||||
SRC_URI[sha256sum] = "cd1c1ea265bd63ff669e92a2d3c2a88eb26bcd9e5363e0f82c896e649f206912"
|
||||
|
||||
Reference in New Issue
Block a user