gcab: ignore buildpaths error from sources

gcab-src has some meson generated files which embed
absolute paths from build environment. meson seems
ot do this on purpose to fix other issues.

Ignored those issues for now.

Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Mikko Rapeli 2024-07-26 12:41:13 +03:00 committed by Khem Raj
parent e77f9f2feb
commit db91757e7b
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -22,3 +22,6 @@ PACKAGECONFIG[nls] = "-Dnls=true,-Dnls=false"
PACKAGECONFIG[tests] = "-Dtests=true -Dinstalled_tests=true,-Dtests=false -Dinstalled_tests=false"
BBCLASSEXTEND = "native"
# meson embeds absolute paths to generated files on purpose
INSANE_SKIP:gcab-src += "buildpaths"