mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 15:06:18 +00:00
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>
This commit is contained in:
parent
103bf35abf
commit
e22b652012
@ -140,3 +140,5 @@ FILES:${PN} += "${libdir}/fwupd-plugins-* \
|
|||||||
FILES:${PN}-ptest += "${libexecdir}/installed-tests/ \
|
FILES:${PN}-ptest += "${libexecdir}/installed-tests/ \
|
||||||
${datadir}/installed-tests/"
|
${datadir}/installed-tests/"
|
||||||
RDEPENDS:${PN}-ptest += "gnome-desktop-testing"
|
RDEPENDS:${PN}-ptest += "gnome-desktop-testing"
|
||||||
|
|
||||||
|
INSANE_SKIP:${PN}-ptest += "buildpaths"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user