]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/sdk: Replace buildiptables for buildlzip tests
authorJose Perez Carranza <jose.perez.carranza@linux.intel.com>
Mon, 3 Jul 2017 20:04:15 +0000 (13:04 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 8 Jul 2017 12:34:00 +0000 (13:34 +0100)
commitb798284f62b3cb171373716b1ee84403439314aa
treec3664a7fac83183364aa73e7f389f533cb7116a0
parent57cd682e05f82b63090b0cbb4a1d8feb3bfbff23
oeqa/sdk: Replace buildiptables for buildlzip tests

Buildiptables test cases are conflicting with images built with “musl”
as standard C library, in order to avoid those issues lzip package was
selected to be used on the tests as this does not have any "musl"
dependency.

[YOCTO #11713]

Signed-off-by: Jose Perez Carranza <jose.perez.carranza@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/sdk/cases/buildlzip.py [moved from meta/lib/oeqa/sdk/cases/buildiptables.py with 84% similarity]