diff options
author | Nathan Hartman <hnathan918@gmail.com> | 2020-03-06 12:19:36 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-07 10:06:17 +0000 |
commit | 0e59abfb66ca83ac455acd92a764bd955da8eefc (patch) | |
tree | 8a6d565caef64aa214757c220a8376e2609851ca /meta/recipes-graphics | |
parent | ad437a1d25df9aed3fa3dc2144b5cc9b920cf6e9 (diff) | |
download | poky-0e59abfb66ca83ac455acd92a764bd955da8eefc.tar.gz |
mesa: updated to mesa 20.0.1 release
Updated to 20.0.1 release: https://www.mesa3d.org/relnotes/20.0.1.html
(From OE-Core rev: ba61205eecf6b6712aa9168942155398929e16db)
Signed-off-by: Nathan Hartman <hnathan918@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-gl_20.0.1.bb (renamed from meta/recipes-graphics/mesa/mesa-gl_20.0.0.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-graphics/mesa/mesa_20.0.1.bb (renamed from meta/recipes-graphics/mesa/mesa_20.0.0.bb) | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-gl_20.0.0.bb b/meta/recipes-graphics/mesa/mesa-gl_20.0.1.bb index d4b1c1c454..d4b1c1c454 100644 --- a/meta/recipes-graphics/mesa/mesa-gl_20.0.0.bb +++ b/meta/recipes-graphics/mesa/mesa-gl_20.0.1.bb | |||
diff --git a/meta/recipes-graphics/mesa/mesa_20.0.0.bb b/meta/recipes-graphics/mesa/mesa_20.0.1.bb index 2ed7ca2252..e18c00b051 100644 --- a/meta/recipes-graphics/mesa/mesa_20.0.0.bb +++ b/meta/recipes-graphics/mesa/mesa_20.0.1.bb | |||
@@ -9,8 +9,8 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \ | |||
9 | file://0001-meson-misdetects-64bit-atomics-on-mips-clang.patch \ | 9 | file://0001-meson-misdetects-64bit-atomics-on-mips-clang.patch \ |
10 | " | 10 | " |
11 | 11 | ||
12 | SRC_URI[md5sum] = "681229d992bbd6250a5be4f308708795" | 12 | SRC_URI[md5sum] = "428ac511e4b05647a00b3778f1279da7" |
13 | SRC_URI[sha256sum] = "bb6db3e54b608d2536d4000b3de7dd3ae115fc114e8acbb5afff4b3bbed04b34" | 13 | SRC_URI[sha256sum] = "6153ba3f8cb0524bbfc08e4db76b408126b2d1be8f789dffe28d1a0461eedde4" |
14 | 14 | ||
15 | UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)" | 15 | UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)" |
16 | 16 | ||