diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-12-08 22:59:39 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-09 10:33:26 +0000 |
commit | 2f1039a3896711405f962400a03cff1a9906e715 (patch) | |
tree | 4415a6c3a8a94fb259b05e1396c2155140a0fc4b /meta/recipes-graphics/piglit | |
parent | 2bb6a2d1bf91f92fb7eaaf1a93443e73acfeb84f (diff) | |
download | poky-2f1039a3896711405f962400a03cff1a9906e715.tar.gz |
piglit: upgrade to latest revision
(From OE-Core rev: 956ad6a12774e38feaa93bf8a7671a9006160958)
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 e9213e09a9..c5f3ecea16 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb | |||
@@ -18,7 +18,7 @@ SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https;branch=ma | |||
18 | " | 18 | " |
19 | UPSTREAM_CHECK_COMMITS = "1" | 19 | UPSTREAM_CHECK_COMMITS = "1" |
20 | 20 | ||
21 | SRCREV = "0ef03f824d1833a853d1a20b4be121089bb9246c" | 21 | SRCREV = "efa64335e22f1af0277f4d4dd7629e8674875490" |
22 | # (when PV goes above 1.0 remove the trailing r) | 22 | # (when PV goes above 1.0 remove the trailing r) |
23 | PV = "1.0+gitr${SRCPV}" | 23 | PV = "1.0+gitr${SRCPV}" |
24 | 24 | ||