mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
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 (From OE-Core rev: 09ac424c6a04ac46a822168341a55293ba43dc27) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 lines
453 B
BlitzBasic
11 lines
453 B
BlitzBasic
require clutter-1.0.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
|
|
|
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"
|