summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/piglit/piglit_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-05-03 22:25:29 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-05 11:07:26 +0100
commitc6c1817419c3dba3534747305d85a868824afbf2 (patch)
treedf41b059c2bf4ccd2a704d3f7843b835082e5005 /meta/recipes-graphics/piglit/piglit_git.bb
parent9a62bd8d782e63155b1db4c5174b7e00b774a052 (diff)
downloadpoky-c6c1817419c3dba3534747305d85a868824afbf2.tar.gz
piglit: Fix c++11-narrowing warnings in tests
This is found with clang on 32bit builds (From OE-Core rev: 844a1f1f593e0b4e4b0949ad78a00aa4ab8657e9) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Ross Burton <ross.burton@arm.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.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb
index 1daeb35b58..116d2f5d81 100644
--- a/meta/recipes-graphics/piglit/piglit_git.bb
+++ b/meta/recipes-graphics/piglit/piglit_git.bb
@@ -10,6 +10,7 @@ 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://0001-tests-Fix-narrowing-errors-seen-with-clang.patch \
13 " 14 "
14UPSTREAM_CHECK_COMMITS = "1" 15UPSTREAM_CHECK_COMMITS = "1"
15 16