diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2017-03-06 12:08:14 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-08 11:52:56 +0000 |
commit | 2e213dd1b39615cf0f8ff92b6164c4f6c80b1844 (patch) | |
tree | 48922a2e08167fe7d7450fcf9567144a6437f732 /meta/recipes-graphics/mesa | |
parent | d0bed9a76e99cad166852c9d5fb9c72c91d133a9 (diff) | |
download | poky-2e213dd1b39615cf0f8ff92b6164c4f6c80b1844.tar.gz |
mesa: Upgrade 17.0.0 -> 17.0.1
This is a bug fix release and first non-development release in 17.0
branch. There are ~50 bug fix commits (plus a few release script
commits).
(From OE-Core rev: 465a6b49b680e1fedb059e97eb682cf5814cf078)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
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')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-gl_17.0.1.bb (renamed from meta/recipes-graphics/mesa/mesa-gl_17.0.0.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-graphics/mesa/mesa_17.0.1.bb (renamed from meta/recipes-graphics/mesa/mesa_17.0.0.bb) | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-gl_17.0.0.bb b/meta/recipes-graphics/mesa/mesa-gl_17.0.1.bb index 85cc396fe3..85cc396fe3 100644 --- a/meta/recipes-graphics/mesa/mesa-gl_17.0.0.bb +++ b/meta/recipes-graphics/mesa/mesa-gl_17.0.1.bb | |||
diff --git a/meta/recipes-graphics/mesa/mesa_17.0.0.bb b/meta/recipes-graphics/mesa/mesa_17.0.1.bb index 6576e3c62b..9e491c28dc 100644 --- a/meta/recipes-graphics/mesa/mesa_17.0.0.bb +++ b/meta/recipes-graphics/mesa/mesa_17.0.1.bb | |||
@@ -5,8 +5,8 @@ SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/mesa-${PV}.tar.xz \ | |||
5 | file://disable-asm-on-non-gcc.patch \ | 5 | file://disable-asm-on-non-gcc.patch \ |
6 | file://0001-Use-wayland-scanner-in-the-path.patch \ | 6 | file://0001-Use-wayland-scanner-in-the-path.patch \ |
7 | " | 7 | " |
8 | SRC_URI[md5sum] = "932e4171a86b14940c06812356486155" | 8 | SRC_URI[md5sum] = "6a7e768241846c8c69bbadbf904dcc58" |
9 | SRC_URI[sha256sum] = "39db3d59700159add7f977307d12a7dfe016363e760ad82280ac4168ea668481" | 9 | SRC_URI[sha256sum] = "96fd70ef5f31d276a17e424e7e1bb79447ccbbe822b56844213ef932e7ad1b0c" |
10 | 10 | ||
11 | #because we cannot rely on the fact that all apps will use pkgconfig, | 11 | #because we cannot rely on the fact that all apps will use pkgconfig, |
12 | #make eglplatform.h independent of MESA_EGL_NO_X11_HEADER | 12 | #make eglplatform.h independent of MESA_EGL_NO_X11_HEADER |