diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-07-06 10:07:06 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-08 00:09:42 +0100 |
commit | 133a5ac67c790fe21ac3cf9d152c639cff5bc512 (patch) | |
tree | 516e9c20e6ddca665fe01536fb836dd7d2e51879 | |
parent | 1292a04f528caeb8d2e175f4bf81dd892e28c718 (diff) | |
download | poky-133a5ac67c790fe21ac3cf9d152c639cff5bc512.tar.gz |
piglit: upgrade to latest revision
(From OE-Core rev: ae39d04044ec3610440e736cb1086ce9221e667d)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.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 7b8dc5f0b4..38ededfcf8 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 = "b84975ef4575d8121dbc50fca72341aad4572cdc" | 17 | SRCREV = "479b0002d004bc99514d186724b5a4fbfe543370" |
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 | ||