From: Joshua Watt Date: Wed, 15 Jul 2026 16:45:02 +0000 (-0600) Subject: meta-selftest: Add NO_GENERIC_LICENSE X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=655d401f25b6fbf4fccd579200da20bb5d1a7f99;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git meta-selftest: Add NO_GENERIC_LICENSE Adds NO_GENERIC_LICENSE for a non-SPDX license identifier, since it is now enforced that licenses are either SPDX license identifiers, have a matching generic license, or use NO_GENERIC_LICENSE Signed-off-by: Joshua Watt Signed-off-by: Richard Purdie --- diff --git a/meta-selftest/recipes-test/license/incompatible-nonspdx-license.bb b/meta-selftest/recipes-test/license/incompatible-nonspdx-license.bb index 142d73158e..128f313e1f 100644 --- a/meta-selftest/recipes-test/license/incompatible-nonspdx-license.bb +++ b/meta-selftest/recipes-test/license/incompatible-nonspdx-license.bb @@ -1,5 +1,6 @@ SUMMARY = "Recipe with a non-SPDX license" DESCRIPTION = "Is licensed with a non-SPDX license to be used for testing" LICENSE = "FooLicense" +NO_GENERIC_LICENSE[FooLicense] = "LICENSE" EXCLUDE_FROM_WORLD = "1"