]> code.ossystems Code Review - openembedded-core.git/commit
directfb: Fix build with musl
authorKhem Raj <raj.khem@gmail.com>
Tue, 29 Dec 2015 23:25:47 +0000 (23:25 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Jan 2016 23:42:47 +0000 (23:42 +0000)
commit9c8af6b8dd40c98aca86d5b4858598e94ccaede5
tree6203c7bdbb2f4d409b776d0d7b22fc49410dddbd
parent1eaa3e101d04fd9e73b3c680f305b35f9bb16add
directfb: Fix build with musl

compar_fn_t, sigval_t and non-posix recursive mutexes
are not available in musl

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-graphics/directfb/directfb.inc
meta/recipes-graphics/directfb/directfb/compar_fn_t.patch [new file with mode: 0644]
meta/recipes-graphics/directfb/directfb/union-sigval.patch [new file with mode: 0644]
meta/recipes-graphics/directfb/directfb/use-PTHREAD_MUTEX_RECURSIVE.patch [new file with mode: 0644]