]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
selftest/license: Exclude from world
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 31 May 2023 18:56:25 +0000 (19:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 1 Jun 2023 07:06:47 +0000 (08:06 +0100)
These test recipes shouldn't be built as part of world builds. Some recent
changes are exposing issues from this so exclude them.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-selftest/recipes-test/license/incompatible-license-alias.bb
meta-selftest/recipes-test/license/incompatible-license.bb
meta-selftest/recipes-test/license/incompatible-licenses.bb
meta-selftest/recipes-test/license/incompatible-nonspdx-license.bb

index e0b4e13c26a818d1904137e6ecb4fb24abc9005d..1af99e780911d7e8539cc67f5cb99d43288fe971 100644 (file)
@@ -1,3 +1,5 @@
 SUMMARY = "Recipe with an alias of an SPDX license"
 DESCRIPTION = "Is licensed with an alias of an SPDX license to be used for testing"
 LICENSE = "GPLv3"
+
+EXCLUDE_FROM_WORLD = "1"
index 282f5c287519cf86922817cf4eb66b69f9eeacd5..6fdc58fd300657d4ca57b07775ab34482635237d 100644 (file)
@@ -1,3 +1,5 @@
 SUMMARY = "Recipe with an SPDX license"
 DESCRIPTION = "Is licensed with an SPDX license to be used for testing"
 LICENSE = "GPL-3.0-only"
+
+EXCLUDE_FROM_WORLD = "1"
index 9709892644c06250d4c381c2619a6862e4b1f6d7..47bd8d7c00e0753fdd47860cdcd9edcbb8d911a4 100644 (file)
@@ -1,3 +1,5 @@
 SUMMARY = "Recipe with multiple SPDX licenses"
 DESCRIPTION = "Is licensed with multiple SPDX licenses to be used for testing"
 LICENSE = "GPL-2.0-only & GPL-3.0-only & LGPL-3.0-only"
+
+EXCLUDE_FROM_WORLD = "1"
index 35af0966efdbc838a63328bc11560346009b773e..142d73158e6fc0783b9cf74d4f37bc74b651aaa1 100644 (file)
@@ -1,3 +1,5 @@
 SUMMARY = "Recipe with a non-SPDX license"
 DESCRIPTION = "Is licensed with a non-SPDX license to be used for testing"
 LICENSE = "FooLicense"
+
+EXCLUDE_FROM_WORLD = "1"