diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2021-02-18 12:24:14 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-19 11:17:11 +0000 |
commit | 621a031023cf50e159331c6a84edb5d28ae1b186 (patch) | |
tree | b0e3a556cd96a782fdd497917bc1410e8d05609a /meta/recipes-graphics/mesa/mesa.inc | |
parent | caa43d0173a5e2c46d85a53d31c96ca65b326231 (diff) | |
download | poky-621a031023cf50e159331c6a84edb5d28ae1b186.tar.gz |
mesa: upgrade 20.3.2 -> 20.3.4
(From OE-Core rev: d9c368dcfe6476454aef33592f676b28537af2d9)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index cb075a8b89..9f8ec112cf 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
@@ -22,7 +22,7 @@ SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \ | |||
22 | file://0001-anv-fix-a-build-race-between-generating-a-header-and.patch \ | 22 | file://0001-anv-fix-a-build-race-between-generating-a-header-and.patch \ |
23 | " | 23 | " |
24 | 24 | ||
25 | SRC_URI[sha256sum] = "cce001b685d23afb976b04138714906abcf7e7f996da6355e6a43e5ca486533d" | 25 | SRC_URI[sha256sum] = "dc21a987ec1ff45b278fe4b1419b1719f1968debbb80221480e44180849b4084" |
26 | 26 | ||
27 | UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)" | 27 | UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)" |
28 | 28 | ||