mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 13:36:22 +02:00
selftest/incompatible_lic: Update the tests after the 'or-later' license handling changes
With the separate of the "-only" and "-or-later" licenses, we need to update the tests to match the messages now given in the output. Also use a mix of canonicalised and non-canonlised names in the reference recipes to help test those cases and ensure coverage. (From OE-Core rev: b7f38af7ac9449178c603c5349808b8c0dd84d35) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
SUMMARY = "Recipe with an SPDX license"
|
||||
DESCRIPTION = "Is licensed with an SPDX license to be used for testing"
|
||||
LICENSE = "GPL-3.0"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
SUMMARY = "Recipe with multiple SPDX licenses"
|
||||
DESCRIPTION = "Is licensed with multiple SPDX licenses to be used for testing"
|
||||
LICENSE = "GPL-2.0 & GPL-3.0 & LGPL-3.0"
|
||||
LICENSE = "GPL-2.0-only & GPL-3.0 & LGPL-3.0-only"
|
||||
|
||||
Reference in New Issue
Block a user