From cab59ce08916c45c1d9da1cf9a92a67574f6c2c3 Mon Sep 17 00:00:00 2001 From: Randy Witt Date: Mon, 2 Mar 2015 10:55:38 -0800 Subject: lib/oeqa/selftest/lic-checksum: Verify failure when checksum changes. The test added verifies that when a file with an absolute path in LIC_FILES_CHKSUM changes without a corresponding change to the md5sum, it triggers the license qa test again with a failure. [Yocto #6450] Signed-off-by: Randy Witt Signed-off-by: Ross Burton --- meta-selftest/recipes-test/emptytest/emptytest.bb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta-selftest/recipes-test/emptytest/emptytest.bb (limited to 'meta-selftest') diff --git a/meta-selftest/recipes-test/emptytest/emptytest.bb b/meta-selftest/recipes-test/emptytest/emptytest.bb new file mode 100644 index 0000000000..e87f4d7543 --- /dev/null +++ b/meta-selftest/recipes-test/emptytest/emptytest.bb @@ -0,0 +1,5 @@ +include test_recipe.inc + +# Set LICENSE to something so that bitbake -p that is ran at the beginning +# is successful since test_recipe.inc has not yet been modified. +LICENSE = "" -- cgit 1.2.3-korg