]> code.ossystems Code Review - openembedded-core.git/commit
meta-selftest: add selftest-ed recipes
authorJoshua Lock <joshua.g.lock@intel.com>
Wed, 8 Mar 2017 17:24:15 +0000 (17:24 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Mar 2017 10:15:44 +0000 (10:15 +0000)
commit2ac83239698c403bb575e6c5b19f19fcffa389ed
treefb8701ec7b624adbaf7fb5f99eaf5dc11a0a3401
parent3658da86e57dc87ac3957b05f853a7f1a56bfab2
meta-selftest: add selftest-ed recipes

The oe-selftest oescripts.TestScripts.test_cleanup_workdir was using
gzip and the GPLv2 variant to test cleanup of the workdir. This broke
with the removal of GPLv2 recipes from OE-Core.

Instead of relying on recipes in OE-Core remaining static we should
ensure that meta-selftest provides recipes required for the tests to pass.
To that end we take a copy of the current GPLv2 and GPLv3 variants of ed
and include them in meta-selftest as new recipes.
We chose ed over gzip as gzip has dependencies which would require
additional GPLv2 recipes to be included in meta-selftest.

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta-selftest/recipes-test/selftest-ed/selftest-ed_0.5.bb [new file with mode: 0644]
meta-selftest/recipes-test/selftest-ed/selftest-ed_1.14.1.bb [new file with mode: 0644]