mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
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 <anuj.mittal@intel.com>
This commit is contained in:
parent
b15d2fbc33
commit
e99756e072
|
@ -76,3 +76,6 @@ UPSTREAM_CHECK_GITTAGREGEX = "^igc-(?P<pver>(?!19\..*)\d+(\.\d+)+)$"
|
||||||
FILES:${PN} += " \
|
FILES:${PN} += " \
|
||||||
${libdir}/igc/NOTICES.txt \
|
${libdir}/igc/NOTICES.txt \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
# libigc.so contains buildpaths
|
||||||
|
INSANE_SKIP:${PN} += "buildpaths"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user