diff options
author | Mikko Rapeli <mikko.rapeli@linaro.org> | 2024-07-26 12:41:13 +0300 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-08-10 11:21:31 -0400 |
commit | e11df061339051eda38750fa75429778d3d8dbb4 (patch) | |
tree | 198601fd03308c7475783ec09808d245cd1d0de2 | |
parent | e22b6520128c60835f3d39f6d4759d3c802b7af8 (diff) | |
download | meta-openembedded-e11df061339051eda38750fa75429778d3d8dbb4.tar.gz |
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>
(cherry picked from commit db91757e7bd98494666ca00bc7727a7607b6004f)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-gnome/gcab/gcab_1.6.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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" | |||
22 | PACKAGECONFIG[tests] = "-Dtests=true -Dinstalled_tests=true,-Dtests=false -Dinstalled_tests=false" | 22 | PACKAGECONFIG[tests] = "-Dtests=true -Dinstalled_tests=true,-Dtests=false -Dinstalled_tests=false" |
23 | 23 | ||
24 | BBCLASSEXTEND = "native" | 24 | BBCLASSEXTEND = "native" |
25 | |||
26 | # meson embeds absolute paths to generated files on purpose | ||
27 | INSANE_SKIP:gcab-src += "buildpaths" | ||