mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-06-09 23:14:47 +00:00
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>
This commit is contained in:
parent
e22b652012
commit
e11df06133
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user