diff options
Diffstat (limited to 'meta-selftest/recipes-test/emptytest')
-rw-r--r-- | meta-selftest/recipes-test/emptytest/emptytest.bb | 5 |
1 files changed, 5 insertions, 0 deletions
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 = "" |