summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/piglit/piglit_git.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-05-31 17:56:10 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-01 11:27:07 +0100
commitdf9f772a2fd8d8ec2ed1feb5f05d7e93cf6cef96 (patch)
treef8db2e706d7f380e0373fb0fab569a97a5602e25 /meta/recipes-graphics/piglit/piglit_git.bb
parent815c601db68299d6263f43810f81f4977877128d (diff)
downloadpoky-df9f772a2fd8d8ec2ed1feb5f05d7e93cf6cef96.tar.gz
piglit: upgrade to latest revision
Switch to gitlab.freedesktop.org, as the previous location is now a mirror of that and may be taken down. Remove upstreamed patches. (From OE-Core rev: a109aa96a3c3b8ce3d3e8076955fd72b3a60af77) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/piglit/piglit_git.bb')
-rw-r--r--meta/recipes-graphics/piglit/piglit_git.bb7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb
index b6542a191c..4350823f60 100644
--- a/meta/recipes-graphics/piglit/piglit_git.bb
+++ b/meta/recipes-graphics/piglit/piglit_git.bb
@@ -2,16 +2,13 @@ SUMMARY = "OpenGL driver testing framework"
2LICENSE = "MIT & LGPLv2+ & GPLv3 & GPLv2+ & BSD-3-Clause" 2LICENSE = "MIT & LGPLv2+ & GPLv3 & GPLv2+ & BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://COPYING;md5=b2beded7103a3d8a442a2a0391d607b0" 3LIC_FILES_CHKSUM = "file://COPYING;md5=b2beded7103a3d8a442a2a0391d607b0"
4 4
5SRC_URI = "git://anongit.freedesktop.org/piglit \ 5SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit;protocol=https \
6 file://0001-cmake-install-bash-completions-in-the-right-place.patch \ 6 file://0001-cmake-install-bash-completions-in-the-right-place.patch \
7 file://0001-tests-Use-FE_UPWARD-only-if-its-defined-in-fenv.h.patch \
8 file://0001-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch \ 7 file://0001-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch \
9 file://format-fix.patch \
10 " 8 "
11UPSTREAM_CHECK_COMMITS = "1" 9UPSTREAM_CHECK_COMMITS = "1"
12 10
13# From 2018-10-26 11SRCREV = "4294b15e3b84a96f24d1286b73d5832eea267bbf"
14SRCREV = "b9066c7717af1d169a616c9e61706b99ff8515b5"
15# (when PV goes above 1.0 remove the trailing r) 12# (when PV goes above 1.0 remove the trailing r)
16PV = "1.0+gitr${SRCPV}" 13PV = "1.0+gitr${SRCPV}"
17 14