diff options
author | Ross Burton <ross.burton@intel.com> | 2019-12-19 12:46:25 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-28 23:25:42 +0000 |
commit | 8f87f6af1bedd3a8eaadcb47c37d2587d2fd3eaa (patch) | |
tree | 4dd774fd83e0851b50ed745c5238a70011f75bbf /meta/recipes-graphics/piglit | |
parent | 0d592b13b3941e22d46f01e6941ab3096d9d5f87 (diff) | |
download | poky-8f87f6af1bedd3a8eaadcb47c37d2587d2fd3eaa.tar.gz |
piglit: upgrade to latest revision
(From OE-Core rev: 875cae74e2f4fc6f50008b2a64167da8dd930057)
Signed-off-by: Ross Burton <ross.burton@intel.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 a95bb5ab93..f53098c45d 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 = "068581c29c95fe2681023e12745007dd17b38ce5" | 13 | SRCREV = "603cfb97542a411e8957a0d689d8b28cf8b9ef4d" |
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 | ||