]> code.ossystems Code Review - openembedded-core.git/commit
oe-selftest: devtool: fix test for changes in lzo recipe
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 7 Dec 2017 10:03:40 +0000 (23:03 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 10 Dec 2017 22:41:43 +0000 (22:41 +0000)
commited27470fa6a9f3cc1a0eb884474fe7985babde7a
tree644717d51c25769b100087e3203bdca1125b732c
parentc30d8382f393e7cb13b337a86939737acaa651b6
oe-selftest: devtool: fix test for changes in lzo recipe

acinclude.m4 is about to be removed from the lzo recipe which breaks
test_devtool_update_recipe_local_files_2. Create a synthetic recipe in
meta-selftest with some local files and use that instead.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta-selftest/recipes-test/devtool/devtool-test-local/file1 [new file with mode: 0644]
meta-selftest/recipes-test/devtool/devtool-test-local/file2 [new file with mode: 0644]
meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb [new file with mode: 0644]
meta/lib/oeqa/selftest/cases/devtool.py