diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2018-09-26 10:52:37 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-27 23:39:28 +0100 |
commit | 45508a02aea538d98a8fa92a65f969445cb0c82d (patch) | |
tree | 8b2605c63c70c70454151e0983000da0ee3ea8a1 | |
parent | a68f1cacb560632382f8f8ff0c7e03e39a891b29 (diff) | |
download | openembedded-core-45508a02aea538d98a8fa92a65f969445cb0c82d.tar.gz openembedded-core-45508a02aea538d98a8fa92a65f969445cb0c82d.tar.bz2 openembedded-core-45508a02aea538d98a8fa92a65f969445cb0c82d.zip |
mesa: Upgrade 18.1.7 -> 18.1.9
This upgrades mesa to the 18.1.9 stable release.
The changes can be found at:
https://www.mesa3d.org/relnotes/18.1.8.html
https://www.mesa3d.org/relnotes/18.1.9.html
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-gl_18.1.9.bb (renamed from meta/recipes-graphics/mesa/mesa-gl_18.1.7.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-graphics/mesa/mesa_18.1.9.bb (renamed from meta/recipes-graphics/mesa/mesa_18.1.7.bb) | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-gl_18.1.7.bb b/meta/recipes-graphics/mesa/mesa-gl_18.1.9.bb index 73267eb4f0..73267eb4f0 100644 --- a/meta/recipes-graphics/mesa/mesa-gl_18.1.7.bb +++ b/meta/recipes-graphics/mesa/mesa-gl_18.1.9.bb diff --git a/meta/recipes-graphics/mesa/mesa_18.1.7.bb b/meta/recipes-graphics/mesa/mesa_18.1.9.bb index ca6e6685b5..86d6a6bf3a 100644 --- a/meta/recipes-graphics/mesa/mesa_18.1.7.bb +++ b/meta/recipes-graphics/mesa/mesa_18.1.9.bb @@ -9,8 +9,8 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \ file://0006-use-PKG_CHECK_VAR-for-defining-WAYLAND_PROTOCOLS_DAT.patch \ " -SRC_URI[md5sum] = "17d8a7e7ecbe146a7dc439e8b6eb02e9" -SRC_URI[sha256sum] = "655e3b32ce3bdddd5e6e8768596e5d4bdef82d0dd37067c324cc4b2daa207306" +SRC_URI[md5sum] = "2f8d2098ab478bc3907e42130577b54a" +SRC_URI[sha256sum] = "55f5778d58a710a63d6635f000535768faf7db9e8144dc0f4fd1989f936c1a83" #because we cannot rely on the fact that all apps will use pkgconfig, #make eglplatform.h independent of MESA_EGL_NO_X11_HEADER |