summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2013-08-19 14:17:43 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-22 18:30:03 +0100
commitf1bcf10134537fef3d04e3e3965b2adc5e541e69 (patch)
tree708bcbfe2f90860848d993a2a3aa8fadfd6116b0 /meta/recipes-graphics
parent0c3a3a5da24874faa791f581eafb35f2fcc2214a (diff)
downloadpoky-f1bcf10134537fef3d04e3e3965b2adc5e541e69.tar.gz
directfb: Upgrade to 1.6.3
Remove mesa patch as 1.6.3 provides compatibility with mesa (From OE-Core rev: 00c078ff442676acf5f4653fe8c5ebf29de811a4) Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/directfb/directfb.inc3
-rw-r--r--meta/recipes-graphics/directfb/directfb/mesa9.patch29
-rwxr-xr-x[-rw-r--r--]meta/recipes-graphics/directfb/directfb_1.6.3.bb (renamed from meta/recipes-graphics/directfb/directfb_1.6.1.bb)5
3 files changed, 3 insertions, 34 deletions
diff --git a/meta/recipes-graphics/directfb/directfb.inc b/meta/recipes-graphics/directfb/directfb.inc
index 7295c35546..60b12f7caa 100644
--- a/meta/recipes-graphics/directfb/directfb.inc
+++ b/meta/recipes-graphics/directfb/directfb.inc
@@ -14,8 +14,7 @@ DEPENDS = "jpeg libpng freetype zlib tslib"
14INC_PR = "r0" 14INC_PR = "r0"
15 15
16SRC_URI = "http://directfb.org/downloads/Core/DirectFB-1.6/DirectFB-${PV}.tar.gz \ 16SRC_URI = "http://directfb.org/downloads/Core/DirectFB-1.6/DirectFB-${PV}.tar.gz \
17 file://configurefix.patch \ 17 file://configurefix.patch"
18 file://mesa9.patch"
19 18
20S = "${WORKDIR}/DirectFB-${PV}" 19S = "${WORKDIR}/DirectFB-${PV}"
21 20
diff --git a/meta/recipes-graphics/directfb/directfb/mesa9.patch b/meta/recipes-graphics/directfb/directfb/mesa9.patch
deleted file mode 100644
index 43fd5c2040..0000000000
--- a/meta/recipes-graphics/directfb/directfb/mesa9.patch
+++ /dev/null
@@ -1,29 +0,0 @@
1Patch from upstream to fix build against Mesa 9.
2
3Upstream-Status: Backport
4Signed-off-by: Ross Burton <ross.burton@intel.com>
5
6From 54beba0715a4fead2a0aa5477977347f81fc2bc0 Mon Sep 17 00:00:00 2001
7From: Andreas Shimokawa <andi@directfb.org>
8Date: Wed, 24 Oct 2012 18:01:15 +0200
9Subject: [PATCH] mesa: fix compatibility with mesa 9.0
10
11---
12 systems/mesa/mesa_surface_pool.c | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15diff --git a/systems/mesa/mesa_surface_pool.c b/systems/mesa/mesa_surface_pool.c
16index 0a588bb..bfb5ff3 100644
17--- a/systems/mesa/mesa_surface_pool.c
18+++ b/systems/mesa/mesa_surface_pool.c
19@@ -297,7 +297,7 @@ mesaAllocateBuffer( CoreSurfacePool *pool,
20 alloc->bo = gbm_bo_create( mesa->gbm, surface->config.size.w, surface->config.size.h, GBM_BO_FORMAT_ARGB8888,
21 GBM_BO_USE_SCANOUT | GBM_BO_USE_RENDERING );
22 alloc->handle = gbm_bo_get_handle( alloc->bo ).u32;
23- alloc->pitch = gbm_bo_get_pitch( alloc->bo );
24+ alloc->pitch = gbm_bo_get_stride( alloc->bo );
25
26 alloc->image = eglCreateImageKHR( mesa->dpy, NULL, EGL_NATIVE_PIXMAP_KHR, alloc->bo, NULL );
27
28--
291.7.9.5
diff --git a/meta/recipes-graphics/directfb/directfb_1.6.1.bb b/meta/recipes-graphics/directfb/directfb_1.6.3.bb
index 1230d12944..277e9a9b5e 100644..100755
--- a/meta/recipes-graphics/directfb/directfb_1.6.1.bb
+++ b/meta/recipes-graphics/directfb/directfb_1.6.3.bb
@@ -22,6 +22,5 @@ EXTRA_OECONF = "\
22 22
23LEAD_SONAME = "libdirectfb-1.6.so.0" 23LEAD_SONAME = "libdirectfb-1.6.so.0"
24 24
25SRC_URI[md5sum] = "76d3066e75664aa79204af545f2f3c65" 25SRC_URI[md5sum] = "641e8e999c017770da647f9b5b890906"
26SRC_URI[sha256sum] = "f47575ea35dd8a30e548c04bf52d8565756d0bed45d1cf9f8afac1cf9b521c45" 26SRC_URI[sha256sum] = "7a96aced0f69b2ec0810e9923068e61c21e6b19dd593e09394c872414df75e70"
27