diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-12-02 11:54:16 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:22 -0300 |
commit | 5f8302a3f40d9f8a3e38b9a5c38965604492b423 (patch) | |
tree | bfcfc18b43929f9905b6e56c64f0c73043012bcf /recipes-graphics | |
parent | d78ec8df6873899da58cb390ef2dd08c5e2c5ae7 (diff) | |
download | meta-freescale-5f8302a3f40d9f8a3e38b9a5c38965604492b423.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>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/xorg-driver/xf86-video-imxfb-vivante/Remove-dix-internal-header-usage.patch | 31 | ||||
-rw-r--r-- | recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p7.1.bb | 3 |
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 00000000..f146ba33 --- /dev/null +++ b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante/Remove-dix-internal-header-usage.patch | |||
@@ -0,0 +1,31 @@ | |||
1 | From 80c419dddf6483873503d90694c4b4ae34ffa5e4 Mon Sep 17 00:00:00 2001 | ||
2 | From: Otavio Salvador <otavio@ossystems.com.br> | ||
3 | Date: Wed, 2 Dec 2015 13:50:57 +0000 | ||
4 | Subject: [PATCH] Remove 'dix' internal header usage | ||
5 | Organization: O.S. Systems Software LTDA. | ||
6 | |||
7 | The 'swaprep.h' is an internal Xorg header and is not being installed | ||
8 | anymore. The swap features are provided by the 'misc.h' header now. | ||
9 | |||
10 | Upstream-Status: Pending | ||
11 | |||
12 | Signed-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 | |||
17 | diff --git a/EXA/src/vivante_extension/vivante_ext.c b/EXA/src/vivante_extension/vivante_ext.c | ||
18 | index 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 | -- | ||
30 | 2.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 d72e246f..9fdd73af 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 @@ | |||
5 | require xf86-video-imxfb-vivante.inc | 5 | require xf86-video-imxfb-vivante.inc |
6 | 6 | ||
7 | SRC_URI += "file://0001-MGS-907-X11-EXA-Warnings-causes-GCC5.2-build-to-fail.patch \ | 7 | SRC_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 | ||
10 | SRC_URI[md5sum] = "05c54ed6d63e2a21dc18219e70869c29" | 11 | SRC_URI[md5sum] = "05c54ed6d63e2a21dc18219e70869c29" |
11 | SRC_URI[sha256sum] = "ab6a896cafba324105d26f52b7dad2c41d04d75cc9e48b66e8041a95660a04ee" | 12 | SRC_URI[sha256sum] = "ab6a896cafba324105d26f52b7dad2c41d04d75cc9e48b66e8041a95660a04ee" |