diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-06-26 09:18:28 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-28 08:36:00 +0100 |
commit | 7203922c93e41dc5bd5d16fe075091ee43afe5c0 (patch) | |
tree | e6892602e560001e69c84291100d9cb9e153bf7c | |
parent | 8ed86f4c7ff0bf52067e500e7960dceb8bbd3da9 (diff) | |
download | poky-7203922c93e41dc5bd5d16fe075091ee43afe5c0.tar.gz |
piglit: upgrade to latest revision
(From OE-Core rev: a27b06f73a37f080f10beb585d19f0dd857a5c9f)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 47950c8633..e531ffc408 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb | |||
@@ -10,7 +10,7 @@ SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https \ | |||
10 | " | 10 | " |
11 | UPSTREAM_CHECK_COMMITS = "1" | 11 | UPSTREAM_CHECK_COMMITS = "1" |
12 | 12 | ||
13 | SRCREV = "5cc4fd749375f37e8e8725a86072d8cff7173b98" | 13 | SRCREV = "7d76fca56e8ca72ab6809f6f0234b5971af5690a" |
14 | # (when PV goes above 1.0 remove the trailing r) | 14 | # (when PV goes above 1.0 remove the trailing r) |
15 | PV = "1.0+gitr${SRCPV}" | 15 | PV = "1.0+gitr${SRCPV}" |
16 | 16 | ||