To fix warnings like the following, update LICENSE names in recipes with poky/scripts/contrib/convert-spdx-licenses.py.
WARNING: schedtool-dl-1.0-r0 do_package_qa: QA Issue: Recipe LICENSE includes obsolete licenses GPLv2 [obsolete-license] Signed-off-by: He Zhe <[email protected]> --- recipes-kernel/latencytop/latencytop_0.5.bb | 2 +- recipes-tools/rt-app/rt-app.bb | 2 +- recipes-tools/schedtool-dl/schedtool-dl.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/latencytop/latencytop_0.5.bb b/recipes-kernel/latencytop/latencytop_0.5.bb index eb19471..3720cde 100644 --- a/recipes-kernel/latencytop/latencytop_0.5.bb +++ b/recipes-kernel/latencytop/latencytop_0.5.bb @@ -1,7 +1,7 @@ SUMMARY = "Linux tool for measuring and fixing latency" HOMEPAGE = "http://www.latencytop.org/" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://latencytop.c;endline=23;md5=ee9ea9b1415356e5734adad4a87dc7fa" inherit pkgconfig diff --git a/recipes-tools/rt-app/rt-app.bb b/recipes-tools/rt-app/rt-app.bb index c1d573e..6424e69 100644 --- a/recipes-tools/rt-app/rt-app.bb +++ b/recipes-tools/rt-app/rt-app.bb @@ -1,6 +1,6 @@ DESCRIPTION = "rt-app is a test application that starts multiple periodic threads in order to simulate a real-time periodic load" SECTION = "devel" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING.in;endline=339;md5=e43fc16fccd8519fba405f0a0ff6e8a3" SRCREV = "17be4548c4260b80be623e0e1317e98a770dea7a" diff --git a/recipes-tools/schedtool-dl/schedtool-dl.bb b/recipes-tools/schedtool-dl/schedtool-dl.bb index c8f5d1e..f394f10 100644 --- a/recipes-tools/schedtool-dl/schedtool-dl.bb +++ b/recipes-tools/schedtool-dl/schedtool-dl.bb @@ -1,6 +1,6 @@ DESCRIPTION = "schedtool-dl (scheduler test tool) for deadline scheduler" SECTION = "devel" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=dc1f51f7ca94aebffb9b3663d82873ec" SRC_URI = "git://github.com/jlelli/schedtool-dl.git;protocol=https;branch=master \ -- 2.32.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11302): https://lists.yoctoproject.org/g/linux-yocto/message/11302 Mute This Topic: https://lists.yoctoproject.org/mt/91074147/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
