summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/piglit/piglit_git.bb
diff options
context:
space:
mode:
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