generic-poky/meta
Robert Yang c68888f762 telepathy-mission-control: do_compile failed (race issue)
There might be an error when parallel build:

[snip]
Traceback (most recent call last):
  File "/path/to/tools/glib-gtypes-generator.py", line 304, in <module>
    GTypesGenerator(dom, argv[1], argv[2])()
  File "/path/to/tools/glib-gtypes-generator.py", line 295, in __call__
    file_set_contents(self.output + '.h', ''.join(self.header))
  File "/path/to/tools/libtpcodegen.py", line 42, in file_set_contents
    os.rename(filename + '.tmp', filename)
OSError: [Errno 2] No such file or directory
[snip]

This is a race issue, the _gen/gtypes.h and _gen/gtypes-body.h may
write(remove/rename) _gen/gtypes.tmp at the same time, then there would
be the error.

There was a similar bug in telepathy-glib which was already fixed, we use the
similar patch to fix it here.

[YOCTO #5184]

(From OE-Core rev: b0f81f460cf96798d79d72da7a3246c321caf654)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-24 17:24:12 +01:00
..
classes classes/testimage: add informational messages about tests and do some cleanup/formatting 2013-09-24 17:24:12 +01:00
conf classes/imagetest-qemu: remove old image testing class 2013-09-22 12:19:41 +01:00
files device_table-minimal.txt: use user/group names instead of uid/gid 2013-08-16 11:14:34 +01:00
lib lib/oeqa/runtime: cleanup and improve output readability for some tests 2013-09-22 12:19:33 +01:00
recipes-bsp u-boot, u-boot-fw-utils, u-boot-fw-utils-cross: Use uboot-config class 2013-09-22 12:19:42 +01:00
recipes-connectivity telepathy-mission-control: do_compile failed (race issue) 2013-09-24 17:24:12 +01:00
recipes-core glib-2.0: fix broken python script header on machines using buildtools 2013-09-22 12:23:35 +01:00
recipes-devtools gcc-target: Fix libatomic dependency tracking issues 2013-09-22 12:19:43 +01:00
recipes-extended libpam: only use pam_systemd.so if systemd is enabled 2013-09-22 12:19:42 +01:00
recipes-gnome imake: remove 2013-09-17 14:35:19 +01:00
recipes-graphics x11vnc: respect zeroconf DISTRO_FEATURE to enable Avahi support 2013-09-22 12:19:42 +01:00
recipes-kernel oprofileui-server: use two digit initscript sequene 2013-09-22 12:19:42 +01:00
recipes-lsb4 libpng12: rename libpng_1.2.50 to libpng12 2013-04-09 13:16:53 +01:00
recipes-multimedia libav: make X11 dependencies dependent on DISTRO_FEATURES 2013-09-24 17:24:12 +01:00
recipes-qt qt-mobility: fix build without X11 2013-09-22 12:19:33 +01:00
recipes-rt rt-tests: add Upstream-Status for cyclictest patch 2013-07-29 13:09:03 +01:00
recipes-sato webkit-gtk: remove compile-three-times hack 2013-09-17 14:35:17 +01:00
recipes-support libunistring: remove the test to convert euc-jp in configure 2013-09-22 12:19:33 +01:00
site apr_cv_mutex_recursive=yes added to apr_1.4.6.bb to make rosnodes work 2013-07-05 15:34:22 +01:00
COPYING.MIT
recipes.txt meta/recipes.txt: add recipes-lsb4 2013-04-10 09:23:17 +01:00