summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Rapeli <mikko.rapeli@linaro.org>2024-07-26 12:41:12 +0300
committerArmin Kuster <akuster808@gmail.com>2024-08-10 11:21:20 -0400
commite22b6520128c60835f3d39f6d4759d3c802b7af8 (patch)
treef2bf07f9a6d8be66a3062995315b5b120d77c3a5
parent103bf35abfc3441852b6989f059ae77b833c1d75 (diff)
downloadmeta-openembedded-e22b6520128c60835f3d39f6d4759d3c802b7af8.tar.gz
fwupd: skip buildpaths errors
Test binaries are embeddding build paths and can't easily figure out why. Thus ignore the errors in these binaries for now. Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit e77f9f2feb6b9b9c86e3d815415e4bb521444538) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-bsp/fwupd/fwupd_1.9.18.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-bsp/fwupd/fwupd_1.9.18.bb b/meta-oe/recipes-bsp/fwupd/fwupd_1.9.18.bb
index e6c276ba4e..a98ed67f76 100644
--- a/meta-oe/recipes-bsp/fwupd/fwupd_1.9.18.bb
+++ b/meta-oe/recipes-bsp/fwupd/fwupd_1.9.18.bb
@@ -140,3 +140,5 @@ FILES:${PN} += "${libdir}/fwupd-plugins-* \
140FILES:${PN}-ptest += "${libexecdir}/installed-tests/ \ 140FILES:${PN}-ptest += "${libexecdir}/installed-tests/ \
141 ${datadir}/installed-tests/" 141 ${datadir}/installed-tests/"
142RDEPENDS:${PN}-ptest += "gnome-desktop-testing" 142RDEPENDS:${PN}-ptest += "gnome-desktop-testing"
143
144INSANE_SKIP:${PN}-ptest += "buildpaths"