| Message ID | 20260721185329.3006359-1-reatmon@ti.com |
|---|---|
| State | Superseded |
| Headers | show |
| Series | [meta-arago,master] recipes: Convert to SPDX license strings | expand |
meta-arago / na / 20260721185329.3006359-1-reatmon
PRC Results: FAIL
=========================================================
check-yocto-patches: FAIL
=========================================================
Patches
----------------------------------------
FAIL - [meta-arago][master][PATCH] recipes: Convert to SPDX license strings
WARN: Commit message does not include file/recipe name: recipes: Convert to SPDX license strings. (COMMIT-MESSAGE-2)
patch
ERROR: Missing License-Update for change in LICENSE. (LICENSE-UPDATE-2)
patch
For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
diff --git a/meta-arago-distro/recipes-graphics/mesa/mesa-demos_git.bb b/meta-arago-distro/recipes-graphics/mesa/mesa-demos_git.bb index 62cb0ee6..8dab581b 100644 --- a/meta-arago-distro/recipes-graphics/mesa/mesa-demos_git.bb +++ b/meta-arago-distro/recipes-graphics/mesa/mesa-demos_git.bb @@ -4,7 +4,7 @@ These applications can be used for Mesa validation and benchmarking." HOMEPAGE = "http://mesa3d.org" BUGTRACKER = "https://bugs.freedesktop.org" -LICENSE = "MIT & PD" +LICENSE = "MIT AND LicenseRef-PD" LIC_FILES_CHKSUM = "file://src/xdemos/glxgears.c;beginline=1;endline=20;md5=a481fbdb2ac800ecb12405c33bcfacae \ file://src/xdemos/glxdemo.c;beginline=1;endline=8;md5=b01d5ab1aee94d35b7efaa2ef48e1a06" diff --git a/meta-arago-extras/recipes-devtools/statcol/statcol.bb b/meta-arago-extras/recipes-devtools/statcol/statcol.bb index 09937483..add422c7 100644 --- a/meta-arago-extras/recipes-devtools/statcol/statcol.bb +++ b/meta-arago-extras/recipes-devtools/statcol/statcol.bb @@ -1,6 +1,6 @@ SUMMARY = "Statistics collector application" -LICENSE = "TI-TSPA" +LICENSE = "LicenseRef-TI-TSPA" LIC_FILES_CHKSUM = "file://LICENSE;md5=bb6bc27cd44417c389a180bd62f552a0" PV = "1.0.4+git" diff --git a/meta-arago-extras/recipes-multimedia/nnshark/nnshark_git.bb b/meta-arago-extras/recipes-multimedia/nnshark/nnshark_git.bb index 8afe7def..811ee398 100644 --- a/meta-arago-extras/recipes-multimedia/nnshark/nnshark_git.bb +++ b/meta-arago-extras/recipes-multimedia/nnshark/nnshark_git.bb @@ -1,7 +1,7 @@ SUMMARY = "A GStreamer NNstreamer pipelines real-time profiling plugin" HOMEPAGE = "https://github.com/nnstreamer/nnshark" -LICENSE = "GPL-2.0-only & LGPL-2.1-only" +LICENSE = "GPL-2.0-only AND LGPL-2.1-only" LIC_FILES_CHKSUM = "file://COPYING;md5=e1caa368743492879002ad032445fa97 \ file://COPYING.LESSER;md5=66c40c88533cd228b5b85936709801c8"
Converts all LICENSE strings to SPDX licenses expressions Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- meta-arago-distro/recipes-graphics/mesa/mesa-demos_git.bb | 2 +- meta-arago-extras/recipes-devtools/statcol/statcol.bb | 2 +- meta-arago-extras/recipes-multimedia/nnshark/nnshark_git.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)