]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/selftest/pkgdata: use m4 instead of bash
authorRoss Burton <ross.burton@intel.com>
Mon, 6 Feb 2017 14:35:30 +0000 (14:35 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Feb 2017 14:48:56 +0000 (14:48 +0000)
commit68da6c98841f4450736ae170e443aa744c8b77eb
treeffc52faa4b929435a8c105f8eff1d08a463385da
parent38c9e4531bcac71b873dd3bc0b264954c9d90150
oeqa/selftest/pkgdata: use m4 instead of bash

The pkgdata test broke due to oe-core cf0fd8b which added alternatives support
to bash, so the binary is now /bin/bash.bash.

Instead of fixing the test case for this new name, use the m4 recipe instead as
it has less build dependencies.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/selftest/pkgdata.py