diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-01-29 10:07:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-03 13:03:31 +0000 |
commit | 613e84c9efc349ae3b6296cce583e09739ab1fa8 (patch) | |
tree | 28bd11d6cbf3d6bfb32920c01e0e02d03acb9a43 /meta/recipes-graphics/piglit | |
parent | 92b469428ddc9360b678421d297b13bfb7989d6a (diff) | |
download | poky-613e84c9efc349ae3b6296cce583e09739ab1fa8.tar.gz |
piglit: upgrade to latest revision
(From OE-Core rev: 02df1c2555a83ff84846043c0068d17a7e0ecfe2)
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 f53098c45d..d0d8331697 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 = "603cfb97542a411e8957a0d689d8b28cf8b9ef4d" | 13 | SRCREV = "6126c2d4e476c7770d216ffa1932c10e2a5a7813" |
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 | ||