diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-05-31 17:52:16 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-04 13:27:30 +0100 |
commit | c8ca115e13337b68864c0f44beb933bc00aab0e0 (patch) | |
tree | ed2bffce643f67823bbe016f2f081f6c61e8737e /meta/recipes-graphics/piglit | |
parent | e43bad8d3e5199aeefa140709bcf4bbe3d30c08e (diff) | |
download | poky-c8ca115e13337b68864c0f44beb933bc00aab0e0.tar.gz |
piglit: upgrade to latest revision
(From OE-Core rev: eb3a8d4c7b508d54f76b77e251037a78fe19d044)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/piglit')
-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 58d10d6b9b..47950c8633 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 = "6126c2d4e476c7770d216ffa1932c10e2a5a7813" | 13 | SRCREV = "5cc4fd749375f37e8e8725a86072d8cff7173b98" |
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 | ||