From c6c1817419c3dba3534747305d85a868824afbf2 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 3 May 2023 22:25:29 -0700 Subject: 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 Cc: Ross Burton Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-graphics/piglit/piglit_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-graphics/piglit/piglit_git.bb') 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 file://0001-cmake-install-bash-completions-in-the-right-place.patch \ file://0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch \ file://0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch \ + file://0001-tests-Fix-narrowing-errors-seen-with-clang.patch \ " UPSTREAM_CHECK_COMMITS = "1" -- cgit v1.2.3-54-g00ecf