diff options
author | Ross Burton <ross.burton@intel.com> | 2016-02-10 22:56:35 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-11 22:33:40 +0000 |
commit | 0d5e611f37f9d6edec320c4fcb6e3317d23e3d20 (patch) | |
tree | b87165ea58ee86f585e64aa77fdac3d029eb991a | |
parent | 72c6b6257fd98cf8f6a37e9f14b98a3a3844e5da (diff) | |
download | poky-0d5e611f37f9d6edec320c4fcb6e3317d23e3d20.tar.gz |
piglit: upgrade SRCREV
Upgrade the SRVREV to a slightly more up-to-date revision, this time from
2015-02-19. This commit in particular was chosen as it's the one before Piglit
gained a hard dependnecy on python-six, which isn't yet in oe-core.
(From OE-Core rev: 8ea17ed6337df4c7bb7b48a51f5e07b5ba6f3f71)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 82912fdae4..607f236c2a 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb | |||
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b2beded7103a3d8a442a2a0391d607b0" | |||
5 | SRC_URI = "git://anongit.freedesktop.org/piglit \ | 5 | SRC_URI = "git://anongit.freedesktop.org/piglit \ |
6 | file://0001-tests-Fix-missing-include-of-Xutil.h.patch" | 6 | file://0001-tests-Fix-missing-include-of-Xutil.h.patch" |
7 | 7 | ||
8 | # From 2014/12/04 | 8 | # From 2015-02-19 |
9 | SRCREV = "126c7d049b8f32e541625d5a35fbc5f5e4e7fbf8" | 9 | SRCREV = "c4585427913e4cb28994b4bfb11d49778273aa2c" |
10 | # (when PV goes above 1.0 remove the trailing r) | 10 | # (when PV goes above 1.0 remove the trailing r) |
11 | PV = "1.0+gitr${SRCPV}" | 11 | PV = "1.0+gitr${SRCPV}" |
12 | 12 | ||