summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-12-02 11:54:16 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2016-02-11 18:08:56 -0200
commite1bd3fe8605496622bf7a79827be0b6b43c825a9 (patch)
tree568d7ab368c7cf4d852c1003210aa19bfcdf0d15
parent6e2c0ed3a1a40be4b75a1262b0f3107b429ecc5a (diff)
downloadmeta-fsl-arm-e1bd3fe8605496622bf7a79827be0b6b43c825a9.tar.gz
xf86-video-imxfb-vivante: Stop using swaprep.h header
The 'swaprep.h' is an internal Xorg header and is not being installed anymore. The swap features are provided by the 'misc.h' header now. Fixes [YOCTO: #8737] Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-graphics/xorg-driver/xf86-video-imxfb-vivante/Remove-dix-internal-header-usage.patch31
-rw-r--r--recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p7.1.bb3
2 files changed, 33 insertions, 1 deletions
diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante/Remove-dix-internal-header-usage.patch b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante/Remove-dix-internal-header-usage.patch
new file mode 100644
index 0000000..f146ba3
--- /dev/null
+++ b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante/Remove-dix-internal-header-usage.patch
@@ -0,0 +1,31 @@
1From 80c419dddf6483873503d90694c4b4ae34ffa5e4 Mon Sep 17 00:00:00 2001
2From: Otavio Salvador <otavio@ossystems.com.br>
3Date: Wed, 2 Dec 2015 13:50:57 +0000
4Subject: [PATCH] Remove 'dix' internal header usage
5Organization: O.S. Systems Software LTDA.
6
7The 'swaprep.h' is an internal Xorg header and is not being installed
8anymore. The swap features are provided by the 'misc.h' header now.
9
10Upstream-Status: Pending
11
12Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13---
14 EXA/src/vivante_extension/vivante_ext.c | 1 -
15 1 file changed, 1 deletion(-)
16
17diff --git a/EXA/src/vivante_extension/vivante_ext.c b/EXA/src/vivante_extension/vivante_ext.c
18index 0d1085b..1ffbb1b 100644
19--- a/EXA/src/vivante_extension/vivante_ext.c
20+++ b/EXA/src/vivante_extension/vivante_ext.c
21@@ -40,7 +40,6 @@
22 #include "cursorstr.h"
23 #include "scrnintstr.h"
24 #include "servermd.h"
25-#include "swaprep.h"
26 #include "drm.h"
27 #include "xf86Module.h"
28 #include "globals.h"
29--
302.1.4
31
diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p7.1.bb b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p7.1.bb
index d72e246..9fdd73a 100644
--- a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p7.1.bb
+++ b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p7.1.bb
@@ -5,7 +5,8 @@
5require xf86-video-imxfb-vivante.inc 5require xf86-video-imxfb-vivante.inc
6 6
7SRC_URI += "file://0001-MGS-907-X11-EXA-Warnings-causes-GCC5.2-build-to-fail.patch \ 7SRC_URI += "file://0001-MGS-907-X11-EXA-Warnings-causes-GCC5.2-build-to-fail.patch \
8 file://Stop-using-Git-to-write-local-version.patch" 8 file://Stop-using-Git-to-write-local-version.patch \
9 file://Remove-dix-internal-header-usage.patch"
9 10
10SRC_URI[md5sum] = "05c54ed6d63e2a21dc18219e70869c29" 11SRC_URI[md5sum] = "05c54ed6d63e2a21dc18219e70869c29"
11SRC_URI[sha256sum] = "ab6a896cafba324105d26f52b7dad2c41d04d75cc9e48b66e8041a95660a04ee" 12SRC_URI[sha256sum] = "ab6a896cafba324105d26f52b7dad2c41d04d75cc9e48b66e8041a95660a04ee"