diff options
author | Mikko Rapeli <mikko.rapeli@linaro.org> | 2024-07-26 12:41:12 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-07-26 09:51:39 -0700 |
commit | e77f9f2feb6b9b9c86e3d815415e4bb521444538 (patch) | |
tree | 590e916b7816559ee11c7b4ca3787e14cb6e7924 /meta-oe/recipes-bsp | |
parent | 66ae53386beacb6b240480e8578ca19ed54f353f (diff) | |
download | meta-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.bb | 2 |
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-* \ | |||
141 | FILES:${PN}-ptest += "${libexecdir}/installed-tests/ \ | 141 | FILES:${PN}-ptest += "${libexecdir}/installed-tests/ \ |
142 | ${datadir}/installed-tests/" | 142 | ${datadir}/installed-tests/" |
143 | RDEPENDS:${PN}-ptest += "gnome-desktop-testing" | 143 | RDEPENDS:${PN}-ptest += "gnome-desktop-testing" |
144 | |||
145 | INSANE_SKIP:${PN}-ptest += "buildpaths" | ||