[meta-arago][master][PATCH v2] recipes: Convert to SPDX license strings
Ryan Eatmon <[email protected]> Tue, 21 Jul 2026 13:58:22 -0500
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
Converts all LICENSE strings to SPDX licenses expressions License-Update: No change, just reformatting to SPDX syntax Signed-off-by: Ryan Eatmon <[email protected]> --- v2: Add License-Update 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(-) 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" -- 2.43.0