]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:45:20 +0000 (22:45 +0000)
commit6ef6326b37550380a3467720c0771f718e35006b
tree6a16a91206bc9800b67349b2d2f30e4bbe509780
parent26e6edfb7bc5b7da2e8c6b3ef130cc432a614ad9
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.

(From OE-Core rev: ed27470fa6a9f3cc1a0eb884474fe7985babde7a)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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