From ef07e8da6fb3d294a23b7536365e293d6332c3a1 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sun, 31 Mar 2024 12:09:55 +0200 Subject: [PATCH] package/igt-gpu-tools: disable tests Disable tests to avoid the following build failure raised since the addition of the package in commit d8a729d1731339da141612be33c5e59bc9928748: ../tests/intel/kms_pm_backlight.c: In function '__igt_unique____real_main257': ../tests/intel/kms_pm_backlight.c:320:32: error: implicit declaration of function 'basename'; did you mean 'rename'? [-Werror=implicit-function-declaration] 320 | name = basename(full_name); | ^~~~~~~~ | rename Fixes: d8a729d1731339da141612be33c5e59bc9928748 - http://autobuild.buildroot.org/results/ff5de58ca9408f3a4fc6b6d5bd8c62093c1021ad Signed-off-by: Fabrice Fontaine Signed-off-by: Yann E. MORIN --- package/igt-gpu-tools/igt-gpu-tools.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/igt-gpu-tools/igt-gpu-tools.mk b/package/igt-gpu-tools/igt-gpu-tools.mk index 927a1225a5..d4997c9c28 100644 --- a/package/igt-gpu-tools/igt-gpu-tools.mk +++ b/package/igt-gpu-tools/igt-gpu-tools.mk @@ -23,6 +23,8 @@ IGT_GPU_TOOLS_DEPENDENCIES = \ udev \ zlib +IGT_GPU_TOOLS_CONF_OPTS = -Dtests=disabled + # On x86 systems, libigt resolves igt_half_to_float and igt_float_to_half as # indirect functions at runtime by checking CPU features with igt_x86_features. # The igt_x86_features function is implemented is a different object and the