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 <[email protected]> --- 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 4278fc945..49c64f0ba 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" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#111439): https://lists.openembedded.org/g/openembedded-devel/message/111439 Mute This Topic: https://lists.openembedded.org/mt/107558655/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
