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 <[email protected]> --- .../recipes-test/license/incompatible-nonspdx-license.bb | 1 + 1 file changed, 1 insertion(+) 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" -- 2.54.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#240913): https://lists.openembedded.org/g/openembedded-core/message/240913 Mute This Topic: https://lists.openembedded.org/mt/120270847/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
