summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/files/0003-Allow-enable-DRI-without-DRI-drivers.patch
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2019-09-09 11:51:47 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-16 23:02:44 +0100
commit7920994ba885f6ffbf4f152ff6369a714775b9e0 (patch)
treeb92bcd6ee29a72fe1ddb99a5ca5e10f7108363c5 /meta/recipes-graphics/mesa/files/0003-Allow-enable-DRI-without-DRI-drivers.patch
parent955381c286e314517e3791b0b807a83f820332b9 (diff)
downloadpoky-7920994ba885f6ffbf4f152ff6369a714775b9e0.tar.gz
mesa: Upgrade 19.1.1 -> 19.1.6
- Add python3 to DEPENDS: mesa commit cb3072488c changed function that verifies python installation and to this new function works we need to have Python3 in DEPENDS. This is a bugfix only set of releases. Check following links for the relevant release notes: - https://www.mesa3d.org/relnotes/19.1.2.html - https://www.mesa3d.org/relnotes/19.1.3.html - https://www.mesa3d.org/relnotes/19.1.4.html - https://www.mesa3d.org/relnotes/19.1.5.html - https://www.mesa3d.org/relnotes/19.1.6.html (From OE-Core rev: a870ce9261fffc2e4772e55bd2e727aa27172846) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/files/0003-Allow-enable-DRI-without-DRI-drivers.patch')
-rw-r--r--meta/recipes-graphics/mesa/files/0003-Allow-enable-DRI-without-DRI-drivers.patch10
1 files changed, 4 insertions, 6 deletions
diff --git a/meta/recipes-graphics/mesa/files/0003-Allow-enable-DRI-without-DRI-drivers.patch b/meta/recipes-graphics/mesa/files/0003-Allow-enable-DRI-without-DRI-drivers.patch
index 0f254a1d91..3458c19199 100644
--- a/meta/recipes-graphics/mesa/files/0003-Allow-enable-DRI-without-DRI-drivers.patch
+++ b/meta/recipes-graphics/mesa/files/0003-Allow-enable-DRI-without-DRI-drivers.patch
@@ -1,20 +1,21 @@
1From 417ff3a03313aa003244990ed5c0188c421e6181 Mon Sep 17 00:00:00 2001 1From f1482e88c2295b9c7288f5b273335a8e18039de8 Mon Sep 17 00:00:00 2001
2From: Fabio Berton <fabio.berton@ossystems.com.br> 2From: Fabio Berton <fabio.berton@ossystems.com.br>
3Date: Wed, 12 Jun 2019 14:18:31 -0300 3Date: Wed, 12 Jun 2019 14:18:31 -0300
4Subject: [PATCH 3/3] Allow enable DRI without DRI drivers 4Subject: [PATCH] Allow enable DRI without DRI drivers
5Organization: O.S. Systems Software LTDA. 5Organization: O.S. Systems Software LTDA.
6 6
7Upstream-Status: Pending 7Upstream-Status: Pending
8 8
9Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> 9Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
10Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> 10Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
11Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
11--- 12---
12 meson.build | 2 +- 13 meson.build | 2 +-
13 meson_options.txt | 6 ++++++ 14 meson_options.txt | 6 ++++++
14 2 files changed, 7 insertions(+), 1 deletion(-) 15 2 files changed, 7 insertions(+), 1 deletion(-)
15 16
16diff --git a/meson.build b/meson.build 17diff --git a/meson.build b/meson.build
17index 7a07974ba61..5c7cbe38376 100644 18index 0e50bb26c0a..de065c290d6 100644
18--- a/meson.build 19--- a/meson.build
19+++ b/meson.build 20+++ b/meson.build
20@@ -137,7 +137,7 @@ with_dri_r200 = dri_drivers.contains('r200') 21@@ -137,7 +137,7 @@ with_dri_r200 = dri_drivers.contains('r200')
@@ -43,6 +44,3 @@ index fcd49efea27..0529200b3bb 100644
43 option( 44 option(
44 'dri-drivers', 45 'dri-drivers',
45 type : 'array', 46 type : 'array',
46--
472.22.0
48