diff options
Diffstat (limited to 'meta-selftest')
3 files changed, 9 insertions, 0 deletions
diff --git a/meta-selftest/recipes-test/license/incompatible-license-alias.bb b/meta-selftest/recipes-test/license/incompatible-license-alias.bb new file mode 100644 index 0000000000..e0b4e13c26 --- /dev/null +++ b/meta-selftest/recipes-test/license/incompatible-license-alias.bb | |||
@@ -0,0 +1,3 @@ | |||
1 | SUMMARY = "Recipe with an alias of an SPDX license" | ||
2 | DESCRIPTION = "Is licensed with an alias of an SPDX license to be used for testing" | ||
3 | LICENSE = "GPLv3" | ||
diff --git a/meta-selftest/recipes-test/license/incompatible-license.bb b/meta-selftest/recipes-test/license/incompatible-license.bb new file mode 100644 index 0000000000..1728ad76b7 --- /dev/null +++ b/meta-selftest/recipes-test/license/incompatible-license.bb | |||
@@ -0,0 +1,3 @@ | |||
1 | SUMMARY = "Recipe with an SPDX license" | ||
2 | DESCRIPTION = "Is licensed with an SPDX license to be used for testing" | ||
3 | LICENSE = "GPL-3.0" | ||
diff --git a/meta-selftest/recipes-test/license/incompatible-nonspdx-license.bb b/meta-selftest/recipes-test/license/incompatible-nonspdx-license.bb new file mode 100644 index 0000000000..35af0966ef --- /dev/null +++ b/meta-selftest/recipes-test/license/incompatible-nonspdx-license.bb | |||
@@ -0,0 +1,3 @@ | |||
1 | SUMMARY = "Recipe with a non-SPDX license" | ||
2 | DESCRIPTION = "Is licensed with a non-SPDX license to be used for testing" | ||
3 | LICENSE = "FooLicense" | ||