]> code.ossystems Code Review - openembedded-core.git/commit
webkitgtk: Fix build with clang/musl
authorKhem Raj <raj.khem@gmail.com>
Sat, 26 Sep 2015 16:03:23 +0000 (16:03 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Jan 2016 23:42:49 +0000 (23:42 +0000)
commitc3dc346d44c8c5485b3eb1a97f32ba2ed2e76ece
tree17eeb536315028ec47e9467054b7bb94bc5abf51
parent916ca791c70ec2bddae7623e77b7e39b6c591907
webkitgtk: Fix build with clang/musl

backtrace is glibc only feature on linux so check for glibc before using
it
Clangs clear_cache has different signature than gcc provided builtin
make it compatible for both

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-sato/webkit/webkitgtk/0001-Enable-backtrace-on-linux-when-using-glibc.patch [new file with mode: 0644]
meta/recipes-sato/webkit/webkitgtk/0001-Fix-build-with-non-glibc-libraries-on-linux.patch [new file with mode: 0644]
meta/recipes-sato/webkit/webkitgtk/clang.patch [new file with mode: 0644]
meta/recipes-sato/webkit/webkitgtk_2.10.4.bb