From e11df061339051eda38750fa75429778d3d8dbb4 Mon Sep 17 00:00:00 2001 From: Mikko Rapeli Date: Fri, 26 Jul 2024 12:41:13 +0300 Subject: 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 Signed-off-by: Khem Raj (cherry picked from commit db91757e7bd98494666ca00bc7727a7607b6004f) Signed-off-by: Armin Kuster --- meta-oe/recipes-gnome/gcab/gcab_1.6.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-gnome/gcab/gcab_1.6.bb b/meta-oe/recipes-gnome/gcab/gcab_1.6.bb index 4278fc9453..49c64f0ba6 100644 --- a/meta-oe/recipes-gnome/gcab/gcab_1.6.bb +++ b/meta-oe/recipes-gnome/gcab/gcab_1.6.bb @@ -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" -- cgit v1.2.3-54-g00ecf