diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-03-27 18:30:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-29 08:28:53 +0000 |
commit | 3bc700a12d4f21a5c7a1575da0972f9f78b4a091 (patch) | |
tree | b064b5eea23502f24ca3dd9337aad3f2cc302b81 /meta/recipes-graphics/mesa | |
parent | 95a31636804c237a88fe11f696363ecc3f45fa87 (diff) | |
download | poky-3bc700a12d4f21a5c7a1575da0972f9f78b4a091.tar.gz |
mesa: update 19.0.0 -> 19.0.1
x.0.0 releases are actually considered 'development' by the upstream,
and true releases are x.0.1:
https://www.mesa3d.org/relnotes/19.0.0.html
(From OE-Core rev: ceb6a4373dd68cc65dd3d2d73cf632bc34dfbeb0)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-gl_19.0.1.bb (renamed from meta/recipes-graphics/mesa/mesa-gl_19.0.0.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-graphics/mesa/mesa_19.0.1.bb (renamed from meta/recipes-graphics/mesa/mesa_19.0.0.bb) | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-gl_19.0.0.bb b/meta/recipes-graphics/mesa/mesa-gl_19.0.1.bb index d4b1c1c454..d4b1c1c454 100644 --- a/meta/recipes-graphics/mesa/mesa-gl_19.0.0.bb +++ b/meta/recipes-graphics/mesa/mesa-gl_19.0.1.bb | |||
diff --git a/meta/recipes-graphics/mesa/mesa_19.0.0.bb b/meta/recipes-graphics/mesa/mesa_19.0.1.bb index 024acdad0b..d90be8a074 100644 --- a/meta/recipes-graphics/mesa/mesa_19.0.0.bb +++ b/meta/recipes-graphics/mesa/mesa_19.0.1.bb | |||
@@ -7,8 +7,8 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \ | |||
7 | file://0004-use-PKG_CHECK_VAR-for-defining-WAYLAND_PROTOCOLS_DAT.patch \ | 7 | file://0004-use-PKG_CHECK_VAR-for-defining-WAYLAND_PROTOCOLS_DAT.patch \ |
8 | " | 8 | " |
9 | 9 | ||
10 | SRC_URI[md5sum] = "d0d76cd8b00bc1308e37985d4a45d3c5" | 10 | SRC_URI[md5sum] = "19636bb3da35c21f43040d31e575d5ce" |
11 | SRC_URI[sha256sum] = "5a549dfb40ec31e5c36c47aadac04554cb2e2a8d144a046a378fc16da57e38f8" | 11 | SRC_URI[sha256sum] = "6884163c0ea9e4c98378ab8fecd72fe7b5f437713a14471beda378df247999d4" |
12 | 12 | ||
13 | #because we cannot rely on the fact that all apps will use pkgconfig, | 13 | #because we cannot rely on the fact that all apps will use pkgconfig, |
14 | #make eglplatform.h independent of MESA_EGL_NO_X11_HEADER | 14 | #make eglplatform.h independent of MESA_EGL_NO_X11_HEADER |