summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/piglit/piglit_git.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-04-07 19:00:18 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-19 14:14:10 +0100
commitcfcbd686835a3c0fca01e774e290da77c8a396ac (patch)
tree91b8b6c02cccf45fbd6347d727603406fb5bd90c /meta/recipes-graphics/piglit/piglit_git.bb
parent8349e1e81bbfd23ec1c1a40c83f8dc731ed76eb4 (diff)
downloadpoky-cfcbd686835a3c0fca01e774e290da77c8a396ac.tar.gz
piglit: update to latest revision
Drop upstreamed patch. (From OE-Core rev: cf4fc54875df6e98022a455745af0f0f12dda380) Signed-off-by: Alexander Kanavin <alex@linutronix.de> 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.bb4
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 3ae7a14e46..840050bfc9 100644
--- a/meta/recipes-graphics/piglit/piglit_git.bb
+++ b/meta/recipes-graphics/piglit/piglit_git.bb
@@ -9,12 +9,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b2beded7103a3d8a442a2a0391d607b0"
9SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https;branch=main \ 9SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https;branch=main \
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://0001-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch \ 11 file://0001-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch \
12 file://0001-Add-a-missing-include-for-htobe32-definition.patch \
13 file://0002-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch \ 12 file://0002-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch \
13 file://0001-CMakeLists.txt-add-missing-endian.h-check.patch \
14 " 14 "
15UPSTREAM_CHECK_COMMITS = "1" 15UPSTREAM_CHECK_COMMITS = "1"
16 16
17SRCREV = "2f80c7cc9c02d37574dc8ba3140b7dd8eb3cbf82" 17SRCREV = "445711587d461539a4d8f9d35a7fe996a86d3c8d"
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