diff options
author | Ross Burton <ross.burton@arm.com> | 2023-06-05 14:52:40 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-06 07:41:42 +0100 |
commit | ae980b4d6556cf2d3a7017dc14e7dab882ce8bd9 (patch) | |
tree | 1c89033a9d8c424c76dafe2ee590e0cc4fa9f97a /meta/recipes-graphics | |
parent | 1e049e4e7af7846f58652aed110f0a688a5809c1 (diff) | |
download | poky-ae980b4d6556cf2d3a7017dc14e7dab882ce8bd9.tar.gz |
piglit: upgrade to latest revision
(From OE-Core rev: 9d0cb9bbdddb7029f70a1c1aa9c81ea5f8cbfecd)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/piglit/piglit_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index 6264483bf6..cd97ee5354 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb | |||
@@ -14,7 +14,7 @@ SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https;branch=ma | |||
14 | " | 14 | " |
15 | UPSTREAM_CHECK_COMMITS = "1" | 15 | UPSTREAM_CHECK_COMMITS = "1" |
16 | 16 | ||
17 | SRCREV = "c39bc6062a373c371d9c8076a66acbb26c661471" | 17 | SRCREV = "5036601c43fff63f7be5cd8ad7b319a5c1f6652c" |
18 | # (when PV goes above 1.0 remove the trailing r) | 18 | # (when PV goes above 1.0 remove the trailing r) |
19 | PV = "1.0+gitr${SRCPV}" | 19 | PV = "1.0+gitr${SRCPV}" |
20 | 20 | ||