diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2017-12-29 10:38:04 -0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-03 09:26:37 +0000 |
commit | b38f910e1cef12a03cd736c85d99874d47a4a2ab (patch) | |
tree | 555fa7a8cea9c919c0e848a5b0480ae16aa19962 /meta/recipes-graphics/mesa/mesa.inc | |
parent | 56be88fcd45ef308bcc7b65254a625bd7a3511b1 (diff) | |
download | poky-b38f910e1cef12a03cd736c85d99874d47a4a2ab.tar.gz |
mesa: Upgrade to 17.3.1 release
The 17.3.1 release, published in December 21, 2017, is the first 17.3
stable release for use. It fixes a number of issues since 17.3.0
release.
The release notes can be seen at:
- 17.3.0: https://www.mesa3d.org/relnotes/17.3.0.html
- 17.3.1: https://www.mesa3d.org/relnotes/17.3.1.html
This commit has reworked few patches, to apply to the new source, and
dropped the backported ones.
(From OE-Core rev: 75ec119eabb625509121a329b8d0f9c3cf20e0aa)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa.inc')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index cab8e4bfe7..15967959a4 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
@@ -18,7 +18,7 @@ DEPENDS = "expat makedepend-native flex-native bison-native libxml2-native zlib | |||
18 | EXTRANATIVEPATH += "chrpath-native" | 18 | EXTRANATIVEPATH += "chrpath-native" |
19 | PROVIDES = "virtual/libgl virtual/libgles1 virtual/libgles2 virtual/egl virtual/mesa" | 19 | PROVIDES = "virtual/libgl virtual/libgles1 virtual/libgles2 virtual/egl virtual/mesa" |
20 | 20 | ||
21 | inherit autotools pkgconfig gettext distro_features_check | 21 | inherit autotools pkgconfig python3native gettext distro_features_check |
22 | 22 | ||
23 | ANY_OF_DISTRO_FEATURES = "opengl vulkan" | 23 | ANY_OF_DISTRO_FEATURES = "opengl vulkan" |
24 | 24 | ||
@@ -59,7 +59,7 @@ PACKAGECONFIG[dri3] = "--enable-dri3, --disable-dri3, dri3proto presentproto lib | |||
59 | VULKAN_DRIVERS = "" | 59 | VULKAN_DRIVERS = "" |
60 | VULKAN_DRIVERS_append_x86 = ",intel" | 60 | VULKAN_DRIVERS_append_x86 = ",intel" |
61 | VULKAN_DRIVERS_append_x86-64 = ",intel" | 61 | VULKAN_DRIVERS_append_x86-64 = ",intel" |
62 | PACKAGECONFIG[vulkan] = "--with-vulkan-drivers=${VULKAN_DRIVERS}, --without-vulkan-drivers" | 62 | PACKAGECONFIG[vulkan] = "--with-vulkan-drivers=${VULKAN_DRIVERS}, --without-vulkan-drivers, python3-mako-native" |
63 | 63 | ||
64 | PACKAGECONFIG[opengl] = "--enable-opengl, --disable-opengl" | 64 | PACKAGECONFIG[opengl] = "--enable-opengl, --disable-opengl" |
65 | 65 | ||