Rather than using "CLOSED" for the test, which isn't really a license, switch to use MIT. This improves our SPDX compatibility.
Signed-off-by: Richard Purdie <[email protected]> --- meta/lib/oeqa/selftest/cases/layerappend.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/lib/oeqa/selftest/cases/layerappend.py b/meta/lib/oeqa/selftest/cases/layerappend.py index 64b17117cc2..e8634d9fc84 100644 --- a/meta/lib/oeqa/selftest/cases/layerappend.py +++ b/meta/lib/oeqa/selftest/cases/layerappend.py @@ -23,7 +23,8 @@ BBFILE_PATTERN_meta-layerINT := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-layerINT = "6" """ recipe = """ -LICENSE="CLOSED" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" INHIBIT_DEFAULT_DEPS = "1" python do_build() {
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#241284): https://lists.openembedded.org/g/openembedded-core/message/241284 Mute This Topic: https://lists.openembedded.org/mt/120343042/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
