From acc70b4631879da9b661d91fef6687900871040c Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 28 Nov 2018 16:40:48 +1300 Subject: oe-selftest: add some tests for recipeutils module Add some tests for functions in meta/lib/oe/recipeutils.py, in particular for a few issues I've just fixed. I haven't added tests for all of the functions - some of them are already being tested via devtool in any case. Signed-off-by: Paul Eggleton --- .../recipes-test/recipeutils/recipeutils-test_1.2.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb (limited to 'meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb') diff --git a/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb b/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb new file mode 100644 index 0000000000..f6da97b2d4 --- /dev/null +++ b/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb @@ -0,0 +1,13 @@ +SUMMARY = "Test recipe for recipeutils.patch_recipe()" + +require recipeutils-test.inc + +LICENSE = "Proprietary" + +DEPENDS += "virtual/libx11" + +BBCLASSEXTEND = "native nativesdk" + +SRC_URI += "file://somefile" + +SRC_URI_append = " file://anotherfile" -- cgit 1.2.3-korg