From e99756e072a718c84fbd301c2375ad8801b717c6 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Mon, 16 Jan 2023 13:57:42 +0800 Subject: intel-graphics-compiler: ignore buildpaths warning Ignore the buildpath being embedded in bitcode by clang until we've found a way to fix. | QA Issue: File /usr/lib/libigc.so.1.0.1 in package intel-graphics-compiler contains reference to TMPDIR [buildpaths] Signed-off-by: Anuj Mittal --- .../recipes-opencl/igc/intel-graphics-compiler_1.0.12812.9.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.12812.9.bb b/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.12812.9.bb index dbd0c934..db3524ee 100644 --- a/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.12812.9.bb +++ b/dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.12812.9.bb @@ -76,3 +76,6 @@ UPSTREAM_CHECK_GITTAGREGEX = "^igc-(?P(?!19\..*)\d+(\.\d+)+)$" FILES:${PN} += " \ ${libdir}/igc/NOTICES.txt \ " + +# libigc.so contains buildpaths +INSANE_SKIP:${PN} += "buildpaths" -- cgit v1.2.3-54-g00ecf