]> code.ossystems Code Review - openembedded-core.git/commit
oeqa: Use cpio 2.13 as testcase
authorKhem Raj <raj.khem@gmail.com>
Wed, 5 Feb 2020 05:41:19 +0000 (21:41 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 8 Feb 2020 13:19:56 +0000 (13:19 +0000)
commit84eb1dc4fe8a11cd2d05b703070a6fb6de05b873
treec354d3d4d5fed57fec15581ffb435ff5c6769899
parenta60c4c116efecd7a6ee5a11b1d366bb00b9d23ce
oeqa: Use cpio 2.13 as testcase

cpio 2.12 was released in 2015 and might have used older autotools
which could result in errors like

https://bugzilla.yoctoproject.org/show_bug.cgi?id=13779

Bumping to 2.13 will help in matching the tool versions
A good change on top would be to run

aclocal -I .; autoheader; autoconf; automake --add-missing -c

before running configure step perhaps

[YOCTO #13779]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/cases/buildcpio.py
meta/lib/oeqa/sdk/cases/buildcpio.py
meta/lib/oeqa/selftest/cases/meta_ide.py