summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-bsp
diff options
context:
space:
mode:
authorMikko Rapeli <mikko.rapeli@linaro.org>2024-07-26 12:41:12 +0300
committerKhem Raj <raj.khem@gmail.com>2024-07-26 09:51:39 -0700
commite77f9f2feb6b9b9c86e3d815415e4bb521444538 (patch)
tree590e916b7816559ee11c7b4ca3787e14cb6e7924 /meta-oe/recipes-bsp
parent66ae53386beacb6b240480e8578ca19ed54f353f (diff)
downloadmeta-openembedded-e77f9f2feb6b9b9c86e3d815415e4bb521444538.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>
Diffstat (limited to 'meta-oe/recipes-bsp')
-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 de7e81d0f..99885e814 100644
--- a/meta-oe/recipes-bsp/fwupd/fwupd_1.9.18.bb
+++ b/meta-oe/recipes-bsp/fwupd/fwupd_1.9.18.bb
@@ -141,3 +141,5 @@ FILES:${PN} += "${libdir}/fwupd-plugins-* \
141FILES:${PN}-ptest += "${libexecdir}/installed-tests/ \ 141FILES:${PN}-ptest += "${libexecdir}/installed-tests/ \
142 ${datadir}/installed-tests/" 142 ${datadir}/installed-tests/"
143RDEPENDS:${PN}-ptest += "gnome-desktop-testing" 143RDEPENDS:${PN}-ptest += "gnome-desktop-testing"
144
145INSANE_SKIP:${PN}-ptest += "buildpaths"