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:
Richard Purdie
2021-02-18 15:16:04 +00:00
parent 3266d1ee1c
commit d54cada062
3 changed files with 15 additions and 15 deletions

View File

@@ -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"

View File

@@ -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"