diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-31 19:56:25 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-07-01 08:37:25 -1000 |
| commit | 73c8c227086e7155ab7f592d84223d2b3bbb3749 (patch) | |
| tree | 033e844fae4cc6b6c1699a7d94997557446047b8 /meta-selftest/recipes-test | |
| parent | 6b072b62e98e67b486355882b3a2dd926aa578f2 (diff) | |
| download | poky-73c8c227086e7155ab7f592d84223d2b3bbb3749.tar.gz | |
selftest/license: Exclude from world
These test recipes shouldn't be built as part of world builds. Some recent
changes are exposing issues from this so exclude them.
(From OE-Core rev: 82ac6a3f22c3aec03d3ba162c67754bbf28fd0ba)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 80d3f5586cd060ae69fbc6dec2e8978d87da10ba)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta-selftest/recipes-test')
4 files changed, 8 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 index e0b4e13c26..1af99e7809 100644 --- a/meta-selftest/recipes-test/license/incompatible-license-alias.bb +++ b/meta-selftest/recipes-test/license/incompatible-license-alias.bb | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | SUMMARY = "Recipe with an alias of an SPDX license" | 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" | 2 | DESCRIPTION = "Is licensed with an alias of an SPDX license to be used for testing" |
| 3 | LICENSE = "GPLv3" | 3 | LICENSE = "GPLv3" |
| 4 | |||
| 5 | EXCLUDE_FROM_WORLD = "1" | ||
diff --git a/meta-selftest/recipes-test/license/incompatible-license.bb b/meta-selftest/recipes-test/license/incompatible-license.bb index 282f5c2875..6fdc58fd30 100644 --- a/meta-selftest/recipes-test/license/incompatible-license.bb +++ b/meta-selftest/recipes-test/license/incompatible-license.bb | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | SUMMARY = "Recipe with an SPDX license" | 1 | SUMMARY = "Recipe with an SPDX license" |
| 2 | DESCRIPTION = "Is licensed with an SPDX license to be used for testing" | 2 | DESCRIPTION = "Is licensed with an SPDX license to be used for testing" |
| 3 | LICENSE = "GPL-3.0-only" | 3 | LICENSE = "GPL-3.0-only" |
| 4 | |||
| 5 | EXCLUDE_FROM_WORLD = "1" | ||
diff --git a/meta-selftest/recipes-test/license/incompatible-licenses.bb b/meta-selftest/recipes-test/license/incompatible-licenses.bb index 9709892644..47bd8d7c00 100644 --- a/meta-selftest/recipes-test/license/incompatible-licenses.bb +++ b/meta-selftest/recipes-test/license/incompatible-licenses.bb | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | SUMMARY = "Recipe with multiple SPDX licenses" | 1 | SUMMARY = "Recipe with multiple SPDX licenses" |
| 2 | DESCRIPTION = "Is licensed with multiple SPDX licenses to be used for testing" | 2 | DESCRIPTION = "Is licensed with multiple SPDX licenses to be used for testing" |
| 3 | LICENSE = "GPL-2.0-only & GPL-3.0-only & LGPL-3.0-only" | 3 | LICENSE = "GPL-2.0-only & GPL-3.0-only & LGPL-3.0-only" |
| 4 | |||
| 5 | EXCLUDE_FROM_WORLD = "1" | ||
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 @@ | |||
| 1 | SUMMARY = "Recipe with a non-SPDX license" | 1 | SUMMARY = "Recipe with a non-SPDX license" |
| 2 | DESCRIPTION = "Is licensed with a non-SPDX license to be used for testing" | 2 | DESCRIPTION = "Is licensed with a non-SPDX license to be used for testing" |
| 3 | LICENSE = "FooLicense" | 3 | LICENSE = "FooLicense" |
| 4 | |||
| 5 | EXCLUDE_FROM_WORLD = "1" | ||
