Skip to content

Commit

Permalink
gcab: ignore buildpaths error from sources
Browse files Browse the repository at this point in the history
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 db91757)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
  • Loading branch information
mikkorapeli-linaro authored and akuster committed Aug 10, 2024
1 parent e22b652 commit e11df06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meta-oe/recipes-gnome/gcab/gcab_1.6.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit e11df06

Please sign in to comment.