aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib-2.0_2.38.2.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-02-04 16:15:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-06 15:28:22 +0000
commit97ccd2b841c9dc598dbe39162f335bcde48a7c26 (patch)
tree99ccdcbbba4f8780d51b7c080da05b8923179fa0 /meta/recipes-core/glib-2.0/glib-2.0_2.38.2.bb
parentcb64f979ac4d792027a4a85fe086d0854e7bc9bc (diff)
downloadopenembedded-core-contrib-97ccd2b841c9dc598dbe39162f335bcde48a7c26.tar.gz
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>
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib-2.0_2.38.2.bb')
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0_2.38.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.38.2.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.38.2.bb
index 161f7da358..6c336f72fe 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0_2.38.2.bb
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.38.2.bb
@@ -14,6 +14,7 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \
file://ptest-dbus.patch \
file://ptest-paths.patch \
file://gtest-skip-fixes.patch \
+ file://gio-test-race.patch \
"
SRC_URI_append_class-native = " file://glib-gettextize-dir.patch"