aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/directfb/directfb.inc
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2016-06-14 15:51:06 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-15 18:13:09 +0100
commit7b4b67da33beff736dc0286ea24e3860480f9650 (patch)
tree59534d2fc56e5c1818c30472a493fc8923456dc6 /meta/recipes-graphics/directfb/directfb.inc
parent43dac97f397143abf61fc1c105ea0e4f2fffb90b (diff)
downloadopenembedded-core-contrib-7b4b67da33beff736dc0286ea24e3860480f9650.tar.gz
directfb: fix client->gfx_state initialisation
Shortly before the DirectFB 1.7.7 release, an optimisation was added to CoreGraphicsStateClient_Init() to avoid creating an extended Graphics State object if it will not later be required: 4d422fb Client: Create extended Graphics State object when needed for later usage Unfortunately the client->gfx_state variable used to track the extended Graphics State object is not initialised, which can lead to crashes etc due to creation of the Graphics State object erroneously being skipped. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/directfb/directfb.inc')
-rw-r--r--meta/recipes-graphics/directfb/directfb.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/directfb/directfb.inc b/meta/recipes-graphics/directfb/directfb.inc
index 46748988ea..46e0838f79 100644
--- a/meta/recipes-graphics/directfb/directfb.inc
+++ b/meta/recipes-graphics/directfb/directfb.inc
@@ -19,6 +19,7 @@ SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/DirectFB-${PV}.tar.g
file://compar_fn_t.patch \
file://union-sigval.patch \
file://use-PTHREAD_MUTEX_RECURSIVE.patch \
+ file://fix-client-gfx_state-initialisation.patch \
"
S = "${WORKDIR}/DirectFB-${PV}"