aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter/clutter-1.0_1.24.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-02-23 02:49:57 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-28 11:32:34 +0000
commit09ac424c6a04ac46a822168341a55293ba43dc27 (patch)
tree66e530619fafa54cc1fdf7bc565c69c3d0812c55 /meta/recipes-graphics/clutter/clutter-1.0_1.24.2.bb
parent4e59b6f66eeae256d4e62f4741725cdebb53cbf7 (diff)
downloadopenembedded-core-contrib-09ac424c6a04ac46a822168341a55293ba43dc27.tar.gz
clutter-1.0: Fix confgure test errors found by clang
We were using nested functions inadvertantly and they were compiling fine with gcc but clang doesnt support nested functions hence configure tests for cogl started to fail, but it was a test error not compiler error which was undetected thus far Backport a fix from upstream to help clang compile clutter Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-1.0_1.24.2.bb')
-rw-r--r--meta/recipes-graphics/clutter/clutter-1.0_1.24.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-1.0_1.24.2.bb b/meta/recipes-graphics/clutter/clutter-1.0_1.24.2.bb
index 093bf6e0d9..c53b3e71ba 100644
--- a/meta/recipes-graphics/clutter/clutter-1.0_1.24.2.bb
+++ b/meta/recipes-graphics/clutter/clutter-1.0_1.24.2.bb
@@ -6,4 +6,5 @@ SRC_URI[archive.md5sum] = "3b98e1b33719982a5736ae42cbf7183e"
SRC_URI[archive.sha256sum] = "9631c98cb4bcbfec15e1bbe9eaa6eef0f127201552fce40d7d28f2133803cd63"
SRC_URI += "file://install-examples.patch \
file://run-installed-tests-with-tap-output.patch \
+ file://0001-build-Use-AC_COMPILE_IFELSE.patch \
file://run-ptest"