]> code.ossystems Code Review - openembedded-core.git/commit
report-error.bbclass: Added file syncronization.
authorMariano Lopez <mariano.lopez@linux.intel.com>
Fri, 26 Jun 2015 05:56:00 +0000 (05:56 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Jul 2015 22:56:22 +0000 (23:56 +0100)
commit8b20eaf7cbadd0cd87cfa192d60ca1b7da435216
treea5037a1e8e420f52bf3d4d02191cdb81421a7650
parent82661c1cbc619956bb71fc2ee0f10b4048435414
report-error.bbclass: Added file syncronization.

errorreport_handler would fail if several errors are
triggered at the same time because of two proccess
writting to the same file. This patch add the required
syncronization to handle concurrent process.

[YP #7899]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/report-error.bbclass