diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-01 14:07:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-04 11:28:23 +0100 |
commit | 05b11c52510bd3022aa8a6c43ded576c0a3e736d (patch) | |
tree | 725af17f9eac38754a869524796c89385ee750aa | |
parent | 662022f06afaf8b2aeb687bf9e2f517506f8a9c5 (diff) | |
download | poky-05b11c52510bd3022aa8a6c43ded576c0a3e736d.tar.gz |
piglit: upgrade to latest revision
(From OE-Core rev: e9cc9828933b56fed884e576f9be6d152660f436)
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 28f76fed37..08f664ca61 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 = "65892137809f7d0d4d7d65dd84af59902b3e7f1e" | 17 | SRCREV = "a1a1824b38f1d7bfe851633db416c6bed84ba557" |
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 | ||