summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/piglit/piglit_git.bb
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-09-05 17:03:20 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-08 14:59:39 +0100
commit138e3c7f0a5ae884fe0541c4954a0ada57c80cb2 (patch)
treeb51ef45bf64e5fba9d9fae635d1c61a02b69af4a /meta/recipes-graphics/piglit/piglit_git.bb
parent550b0f1766b8ca9edeecede3c2afdc911fa6fe72 (diff)
downloadpoky-138e3c7f0a5ae884fe0541c4954a0ada57c80cb2.tar.gz
piglit: upgrade to latest revision
0004-CMakeLists.txt-add-missing-endian.h-check.patch removed sinct it's included in new version. (From OE-Core rev: 8e7971611029421789e0377f77e7ba502fb48233) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.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.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb
index 29360a246b..f758208c6b 100644
--- a/meta/recipes-graphics/piglit/piglit_git.bb
+++ b/meta/recipes-graphics/piglit/piglit_git.bb
@@ -10,11 +10,11 @@ SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https;branch=ma
10 file://0001-cmake-install-bash-completions-in-the-right-place.patch \ 10 file://0001-cmake-install-bash-completions-in-the-right-place.patch \
11 file://0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch \ 11 file://0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch \
12 file://0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch \ 12 file://0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch \
13 file://0004-CMakeLists.txt-add-missing-endian.h-check.patch \ 13 file://0005-cmake-Don-t-enable-GLX-if-tests-are-disabled.patch \
14 file://0005-cmake-Don-t-enable-GLX-if-tests-are-disabled.patch" 14 "
15UPSTREAM_CHECK_COMMITS = "1" 15UPSTREAM_CHECK_COMMITS = "1"
16 16
17SRCREV = "6403e90dc7da02d486906cddab8d02c2552a8d46" 17SRCREV = "265896c86f90cb72e8f218ba6a3617fca8b9a1e3"
18# (when PV goes above 1.0 remove the trailing r) 18# (when PV goes above 1.0 remove the trailing r)
19PV = "1.0+gitr${SRCPV}" 19PV = "1.0+gitr${SRCPV}"
20 20