]> code.ossystems Code Review - openembedded-core.git/commit
glib-2.0: fix race in parallel builds
authorRoss Burton <ross.burton@intel.com>
Tue, 4 Feb 2014 16:15:14 +0000 (16:15 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Feb 2014 15:28:22 +0000 (15:28 +0000)
commit97ccd2b841c9dc598dbe39162f335bcde48a7c26
tree99ccdcbbba4f8780d51b7c080da05b8923179fa0
parentcb64f979ac4d792027a4a85fe086d0854e7bc9bc
glib-2.0: fix race in parallel builds

There is a race condition in the makefile that can result in build failures like
this in parallel builds:

| ./gdbus-test-codegen-generated.h:7:0: error: unterminated #ifndef
|  #ifndef __GDBUS_TEST_CODEGEN_GENERATED_H__

Fix the rules to stop this happening.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glib-2.0/glib-2.0/gio-test-race.patch [new file with mode: 0644]
meta/recipes-core/glib-2.0/glib-2.0_2.38.2.bb