From ed27470fa6a9f3cc1a0eb884474fe7985babde7a Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 7 Dec 2017 23:03:40 +1300 Subject: 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 Signed-off-by: Ross Burton --- meta-selftest/recipes-test/devtool/devtool-test-local/file1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta-selftest/recipes-test/devtool/devtool-test-local/file1 (limited to 'meta-selftest/recipes-test/devtool/devtool-test-local/file1') diff --git a/meta-selftest/recipes-test/devtool/devtool-test-local/file1 b/meta-selftest/recipes-test/devtool/devtool-test-local/file1 new file mode 100644 index 0000000000..f4bdcfc831 --- /dev/null +++ b/meta-selftest/recipes-test/devtool/devtool-test-local/file1 @@ -0,0 +1 @@ +The first file -- cgit v1.2.3