diff options
Diffstat (limited to 'dynamic-layers/clang-layer')
-rw-r--r-- | dynamic-layers/clang-layer/recipes-opencl/igc/intel-graphics-compiler_1.0.12812.9.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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<pver>(?!19\..*)\d+(\.\d+)+)$" | |||
76 | FILES:${PN} += " \ | 76 | FILES:${PN} += " \ |
77 | ${libdir}/igc/NOTICES.txt \ | 77 | ${libdir}/igc/NOTICES.txt \ |
78 | " | 78 | " |
79 | |||
80 | # libigc.so contains buildpaths | ||
81 | INSANE_SKIP:${PN} += "buildpaths" | ||