diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-08-15 21:21:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-16 22:40:28 +0100 |
commit | f7de037dcaa055cfdbf670026d3cde69e76a40ea (patch) | |
tree | c4adc3da7da7aac76fdba3014f874235277deadf /meta/recipes-graphics | |
parent | d4bc49d3d5e6953e9dcb788dc256388771b786c5 (diff) | |
download | poky-f7de037dcaa055cfdbf670026d3cde69e76a40ea.tar.gz |
piglit: Upgrade to version from 2018-08-13
(From OE-Core rev: 04e485fbab38c73768d6c40bb601e566fa12a898)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/piglit/piglit_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index c186ca9259..df810a33b4 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb | |||
@@ -8,8 +8,8 @@ SRC_URI = "git://anongit.freedesktop.org/piglit \ | |||
8 | " | 8 | " |
9 | UPSTREAM_CHECK_COMMITS = "1" | 9 | UPSTREAM_CHECK_COMMITS = "1" |
10 | 10 | ||
11 | # From 2018-06-18 | 11 | # From 2018-08-13 |
12 | SRCREV = "431bcc74ff54521ed1c498af9b13e629f949bda6" | 12 | SRCREV = "57859e15dc8ba4034348b04d0b72f213b74d6347" |
13 | # (when PV goes above 1.0 remove the trailing r) | 13 | # (when PV goes above 1.0 remove the trailing r) |
14 | PV = "1.0+gitr${SRCPV}" | 14 | PV = "1.0+gitr${SRCPV}" |
15 | 15 | ||