summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2024-09-03 18:05:51 +0200
committerArmin Kuster <akuster808@gmail.com>2024-09-09 15:15:01 -0400
commit1d85f631925812cc146b5e9aa5a49bd2d4080539 (patch)
tree8cc4c1d86d7896e8dfb02c6c0433ddccb03f4127
parentf88706fe2f81f7ec6c98e6313acbefc89370bcb5 (diff)
downloadmeta-openembedded-1d85f631925812cc146b5e9aa5a49bd2d4080539.tar.gz
Revert "gcab: ignore buildpaths error from sources"
This reverts commit e11df061339051eda38750fa75429778d3d8dbb4. This isn't needed in scarthgap where buildpaths aren't in default ERROR_QA and it's not a correct fix anyway, see https://lists.openembedded.org/g/openembedded-devel/message/112048 This doesn't work with multilib where the package is named ${PN}-src (e.g. lib32-gcab-src) and it's better to just lower buildpaths from ERROR_QA to WARN_QA instead of skipping it completely, because it's still an issue which should be fixed (at least to improve hashserv efficiency if you don't care about reproducibility itself) and commits in master: https://git.openembedded.org/meta-openembedded/commit/?id=154f5bb1342739d88185ac0cce9c15b7b2958187 https://git.openembedded.org/meta-openembedded/commit/?id=6644c4a420db82da1ce71697ff889e7b1b6e41ad Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-gnome/gcab/gcab_1.6.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-oe/recipes-gnome/gcab/gcab_1.6.bb b/meta-oe/recipes-gnome/gcab/gcab_1.6.bb
index 49c64f0ba6..4278fc9453 100644
--- a/meta-oe/recipes-gnome/gcab/gcab_1.6.bb
+++ b/meta-oe/recipes-gnome/gcab/gcab_1.6.bb
@@ -22,6 +22,3 @@ PACKAGECONFIG[nls] = "-Dnls=true,-Dnls=false"
22PACKAGECONFIG[tests] = "-Dtests=true -Dinstalled_tests=true,-Dtests=false -Dinstalled_tests=false" 22PACKAGECONFIG[tests] = "-Dtests=true -Dinstalled_tests=true,-Dtests=false -Dinstalled_tests=false"
23 23
24BBCLASSEXTEND = "native" 24BBCLASSEXTEND = "native"
25
26# meson embeds absolute paths to generated files on purpose
27INSANE_SKIP:gcab-src += "buildpaths"