summaryrefslogtreecommitdiffstats
path: root/meta-selftest/recipes-test/license/incompatible-nonspdx-license.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-selftest/recipes-test/license/incompatible-nonspdx-license.bb')
-rw-r--r--meta-selftest/recipes-test/license/incompatible-nonspdx-license.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-selftest/recipes-test/license/incompatible-nonspdx-license.bb b/meta-selftest/recipes-test/license/incompatible-nonspdx-license.bb
index 35af0966ef..142d73158e 100644
--- a/meta-selftest/recipes-test/license/incompatible-nonspdx-license.bb
+++ b/meta-selftest/recipes-test/license/incompatible-nonspdx-license.bb
@@ -1,3 +1,5 @@
1SUMMARY = "Recipe with a non-SPDX license" 1SUMMARY = "Recipe with a non-SPDX license"
2DESCRIPTION = "Is licensed with a non-SPDX license to be used for testing" 2DESCRIPTION = "Is licensed with a non-SPDX license to be used for testing"
3LICENSE = "FooLicense" 3LICENSE = "FooLicense"
4
5EXCLUDE_FROM_WORLD = "1"