diff options
3 files changed, 10 insertions, 42 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 deleted file mode 100644 index f146ba33..00000000 --- a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante/Remove-dix-internal-header-usage.patch +++ /dev/null | |||
@@ -1,31 +0,0 @@ | |||
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.4.bb b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p7.4.bb deleted file mode 100644 index 4c8af46a..00000000 --- a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p7.4.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | # Copyright (C) 2012-2015 Freescale Semiconductor | ||
2 | # Copyright (C) 2012-2014 O.S. Systems Software LTDA. | ||
3 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
4 | |||
5 | require xf86-video-imxfb-vivante.inc | ||
6 | |||
7 | SRC_URI += "file://Stop-using-Git-to-write-local-version.patch \ | ||
8 | file://Remove-dix-internal-header-usage.patch" | ||
9 | |||
10 | SRC_URI[md5sum] = "6e2d8ee518e9eef8421e9dcdc1ea79c3" | ||
11 | SRC_URI[sha256sum] = "3effaf42bde64da8fad2dfe0dcef12d1cfbbbe189511dbd4612442129fd832cc" | ||
diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p8.3.bb b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p8.3.bb new file mode 100644 index 00000000..2bccfbc0 --- /dev/null +++ b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p8.3.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | # Copyright (C) 2012-2016 Freescale Semiconductor | ||
2 | # Copyright (C) 2012-2014 O.S. Systems Software LTDA. | ||
3 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
4 | |||
5 | require xf86-video-imxfb-vivante.inc | ||
6 | |||
7 | SRC_URI += "file://Stop-using-Git-to-write-local-version.patch" | ||
8 | |||
9 | SRC_URI[md5sum] = "457b39733b34009754c36224dfd25ea1" | ||
10 | SRC_URI[sha256sum] = "00b4925819601461c0aa293a25024709410ab8d669accfa71ffd3177ff3cdeb2" | ||