diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-04 00:44:20 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-04 17:41:45 -0800 |
commit | 14c7d8a0d7cb843ac8b0d25cc4170fa640ac1295 (patch) | |
tree | 5b71e3261028cf7043840154af1a9ae140b8a61e /meta-oe/recipes-devtools | |
parent | 66298242119cf805e757b9af8a7ceaf39c05d69a (diff) | |
download | meta-openembedded-14c7d8a0d7cb843ac8b0d25cc4170fa640ac1295.tar.gz |
recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
50 files changed, 57 insertions, 57 deletions
diff --git a/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb b/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb index 1195b7d9a..56c87ad64 100644 --- a/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb +++ b/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Different utilities from Android" | 1 | DESCRIPTION = "Different utilities from Android" |
2 | SECTION = "console/utils" | 2 | SECTION = "console/utils" |
3 | LICENSE = "Apache-2.0 & GPL-2.0 & BSD-2-Clause & BSD-3-Clause" | 3 | LICENSE = "Apache-2.0 & GPL-2.0-only & BSD-2-Clause & BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = " \ | 4 | LIC_FILES_CHKSUM = " \ |
5 | file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10 \ | 5 | file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10 \ |
6 | file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6 \ | 6 | file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6 \ |
diff --git a/meta-oe/recipes-devtools/autoconf-2.13/autoconf-2.13-native_2.13.bb b/meta-oe/recipes-devtools/autoconf-2.13/autoconf-2.13-native_2.13.bb index fff0f5e3c..21d1356f7 100644 --- a/meta-oe/recipes-devtools/autoconf-2.13/autoconf-2.13-native_2.13.bb +++ b/meta-oe/recipes-devtools/autoconf-2.13/autoconf-2.13-native_2.13.bb | |||
@@ -6,8 +6,8 @@ SECTION = "devel" | |||
6 | 6 | ||
7 | HOMEPAGE = "http://www.gnu.org/software/autoconf/" | 7 | HOMEPAGE = "http://www.gnu.org/software/autoconf/" |
8 | 8 | ||
9 | LICENSE = "GPLv3" | 9 | LICENSE = "GPL-3.0-only" |
10 | LICENSE = "GPLv2 & GPLv3" | 10 | LICENSE = "GPL-2.0-only & GPL-3.0-only" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f" |
12 | 12 | ||
13 | SRC_URI = " \ | 13 | SRC_URI = " \ |
diff --git a/meta-oe/recipes-devtools/cgdb/cgdb_0.8.0.bb b/meta-oe/recipes-devtools/cgdb/cgdb_0.8.0.bb index 99e09bfc6..c5a003082 100644 --- a/meta-oe/recipes-devtools/cgdb/cgdb_0.8.0.bb +++ b/meta-oe/recipes-devtools/cgdb/cgdb_0.8.0.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "curses-based interface to GDB" | |||
2 | DESCRIPTION = "cgdb is a lightweight curses (terminal-based) interface to the GNU Debugger (GDB)." | 2 | DESCRIPTION = "cgdb is a lightweight curses (terminal-based) interface to the GNU Debugger (GDB)." |
3 | HOMEPAGE = "http://cgdb.github.io/" | 3 | HOMEPAGE = "http://cgdb.github.io/" |
4 | SECTION = "devel" | 4 | SECTION = "devel" |
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPL-2.0-only" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
7 | 7 | ||
8 | DEPENDS = "flex-native readline ncurses" | 8 | DEPENDS = "flex-native readline ncurses" |
diff --git a/meta-oe/recipes-devtools/cloc/cloc_1.92.bb b/meta-oe/recipes-devtools/cloc/cloc_1.92.bb index 2b9f29969..766d34f69 100644 --- a/meta-oe/recipes-devtools/cloc/cloc_1.92.bb +++ b/meta-oe/recipes-devtools/cloc/cloc_1.92.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Count blank lines, comment lines, and physical lines of source code \ | |||
2 | in many programming languages." | 2 | in many programming languages." |
3 | AUTHOR = "Al Danial" | 3 | AUTHOR = "Al Danial" |
4 | 4 | ||
5 | LICENSE="GPL-2.0" | 5 | LICENSE="GPL-2.0-only" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2" |
7 | 7 | ||
8 | SRC_URI = "https://github.com/AlDanial/cloc/releases/download/v${PV}/${BP}.tar.gz" | 8 | SRC_URI = "https://github.com/AlDanial/cloc/releases/download/v${PV}/${BP}.tar.gz" |
diff --git a/meta-oe/recipes-devtools/cpuid/cpuid_20211129.bb b/meta-oe/recipes-devtools/cpuid/cpuid_20211129.bb index d1f125092..3218ba652 100644 --- a/meta-oe/recipes-devtools/cpuid/cpuid_20211129.bb +++ b/meta-oe/recipes-devtools/cpuid/cpuid_20211129.bb | |||
@@ -4,7 +4,7 @@ from the CPUID instruction, and also determines the exact model of CPU(s). \ | |||
4 | It supports Intel, AMD, and VIA CPUs, as well as older Transmeta, Cyrix, \ | 4 | It supports Intel, AMD, and VIA CPUs, as well as older Transmeta, Cyrix, \ |
5 | UMC, NexGen, Rise, and SiS CPUs" | 5 | UMC, NexGen, Rise, and SiS CPUs" |
6 | HOMEPAGE="http://www.etallen.com/cpuid.html" | 6 | HOMEPAGE="http://www.etallen.com/cpuid.html" |
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPL-2.0-only" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
9 | 9 | ||
10 | SRC_URI = "http://www.etallen.com/${BPN}/${BP}.src.tar.gz \ | 10 | SRC_URI = "http://www.etallen.com/${BPN}/${BP}.src.tar.gz \ |
diff --git a/meta-oe/recipes-devtools/ctags/ctags_5.9.20211114.0.bb b/meta-oe/recipes-devtools/ctags/ctags_5.9.20211114.0.bb index cde7c7a0e..504cc2432 100644 --- a/meta-oe/recipes-devtools/ctags/ctags_5.9.20211114.0.bb +++ b/meta-oe/recipes-devtools/ctags/ctags_5.9.20211114.0.bb | |||
@@ -9,7 +9,7 @@ DESCRIPTION = "Universal Ctags is a multilanguage reimplementation of the \ | |||
9 | 9 | ||
10 | HOMEPAGE = "https://ctags.io/" | 10 | HOMEPAGE = "https://ctags.io/" |
11 | 11 | ||
12 | LICENSE = "GPLv2" | 12 | LICENSE = "GPL-2.0-only" |
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" |
14 | 14 | ||
15 | inherit autotools-brokensep pkgconfig manpages | 15 | inherit autotools-brokensep pkgconfig manpages |
diff --git a/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb b/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb index ddb93a040..a82387a70 100644 --- a/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb +++ b/meta-oe/recipes-devtools/dnf-plugin-tui/dnf-plugin-tui_git.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "A text-based user interface plugin of dnf for user to manage packages. " | 1 | SUMMARY = "A text-based user interface plugin of dnf for user to manage packages. " |
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPL-2.0-only" |
3 | 3 | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
5 | 5 | ||
diff --git a/meta-oe/recipes-devtools/doxygen/doxygen_1.9.3.bb b/meta-oe/recipes-devtools/doxygen/doxygen_1.9.3.bb index 7070c1f2d..92fea981e 100644 --- a/meta-oe/recipes-devtools/doxygen/doxygen_1.9.3.bb +++ b/meta-oe/recipes-devtools/doxygen/doxygen_1.9.3.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "Doxygen is the de facto standard tool for generating documentation from annotated C++ sources." | 1 | DESCRIPTION = "Doxygen is the de facto standard tool for generating documentation from annotated C++ sources." |
2 | HOMEPAGE = "http://www.doxygen.org/" | 2 | HOMEPAGE = "http://www.doxygen.org/" |
3 | 3 | ||
4 | LICENSE = "GPL-2.0" | 4 | LICENSE = "GPL-2.0-only" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
6 | 6 | ||
7 | DEPENDS = "flex-native bison-native" | 7 | DEPENDS = "flex-native bison-native" |
diff --git a/meta-oe/recipes-devtools/geany/geany-plugins_1.38.bb b/meta-oe/recipes-devtools/geany/geany-plugins_1.38.bb index bb419c976..b6857917f 100644 --- a/meta-oe/recipes-devtools/geany/geany-plugins_1.38.bb +++ b/meta-oe/recipes-devtools/geany/geany-plugins_1.38.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | DESCRIPTION = "A fast and lightweight IDE" | 1 | DESCRIPTION = "A fast and lightweight IDE" |
2 | HOMEPAGE = "http://plugins.geany.org/" | 2 | HOMEPAGE = "http://plugins.geany.org/" |
3 | 3 | ||
4 | LICENSE_DEFAULT = "GPLv2" | 4 | LICENSE_DEFAULT = "GPL-2.0-only" |
5 | LICENSE = "${LICENSE_DEFAULT} & BSD-2-Clause & GPLv3" | 5 | LICENSE = "${LICENSE_DEFAULT} & BSD-2-Clause & GPL-3.0-only" |
6 | 6 | ||
7 | python () { | 7 | python () { |
8 | for plugin in d.getVar('PLUGINS').split(): | 8 | for plugin in d.getVar('PLUGINS').split(): |
@@ -60,7 +60,7 @@ FILES:${PN}-codenav = "${libdir}/geany/codenav.so" | |||
60 | 60 | ||
61 | PLUGINS += "${PN}-commander" | 61 | PLUGINS += "${PN}-commander" |
62 | LIC_FILES_CHKSUM += "file://commander/COPYING;md5=d32239bcb673463ab874e80d47fae504" | 62 | LIC_FILES_CHKSUM += "file://commander/COPYING;md5=d32239bcb673463ab874e80d47fae504" |
63 | LICENSE:${PN}-commander = "GPLv3" | 63 | LICENSE:${PN}-commander = "GPL-3.0-only" |
64 | FILES:${PN}-commander = "${libdir}/geany/commander.so" | 64 | FILES:${PN}-commander = "${libdir}/geany/commander.so" |
65 | 65 | ||
66 | # | checking whether the GTK version in use is compatible with plugin Debugger... no | 66 | # | checking whether the GTK version in use is compatible with plugin Debugger... no |
@@ -86,7 +86,7 @@ FILES:${PN}-geanyctags = "${libdir}/geany/geanyctags.so" | |||
86 | 86 | ||
87 | PLUGINS += "${PN}-geanydoc" | 87 | PLUGINS += "${PN}-geanydoc" |
88 | LIC_FILES_CHKSUM += "file://geanydoc/COPYING;md5=d32239bcb673463ab874e80d47fae504" | 88 | LIC_FILES_CHKSUM += "file://geanydoc/COPYING;md5=d32239bcb673463ab874e80d47fae504" |
89 | LICENSE:${PN}-geanydoc = "GPLv3" | 89 | LICENSE:${PN}-geanydoc = "GPL-3.0-only" |
90 | FILES:${PN}-geanydoc = "${libdir}/geany/geanydoc.so" | 90 | FILES:${PN}-geanydoc = "${libdir}/geany/geanydoc.so" |
91 | 91 | ||
92 | PLUGINS += "${PN}-geanyextrasel" | 92 | PLUGINS += "${PN}-geanyextrasel" |
@@ -121,7 +121,7 @@ FILES:${PN}-geanypg = "${libdir}/geany/geanypg.so" | |||
121 | 121 | ||
122 | PLUGINS += "${PN}-geanyprj" | 122 | PLUGINS += "${PN}-geanyprj" |
123 | LIC_FILES_CHKSUM += "file://geanyprj/COPYING;md5=d32239bcb673463ab874e80d47fae504" | 123 | LIC_FILES_CHKSUM += "file://geanyprj/COPYING;md5=d32239bcb673463ab874e80d47fae504" |
124 | LICENSE:${PN}-geanyprj = "GPLv3" | 124 | LICENSE:${PN}-geanyprj = "GPL-3.0-only" |
125 | FILES:${PN}-geanyprj = "${libdir}/geany/geanyprj.so" | 125 | FILES:${PN}-geanyprj = "${libdir}/geany/geanyprj.so" |
126 | 126 | ||
127 | #PLUGINS += "${PN}-geanypy" | 127 | #PLUGINS += "${PN}-geanypy" |
@@ -138,7 +138,7 @@ FILES:${PN}-geniuspaste = "${libdir}/geany/geniuspaste.so ${datadir}/${PN}/geniu | |||
138 | 138 | ||
139 | PLUGINS += "${PN}-git-changebar" | 139 | PLUGINS += "${PN}-git-changebar" |
140 | LIC_FILES_CHKSUM += "file://git-changebar/COPYING;md5=d32239bcb673463ab874e80d47fae504" | 140 | LIC_FILES_CHKSUM += "file://git-changebar/COPYING;md5=d32239bcb673463ab874e80d47fae504" |
141 | LICENSE:${PN}-git-changebar = "GPLv3" | 141 | LICENSE:${PN}-git-changebar = "GPL-3.0-only" |
142 | FILES:${PN}-git-changebar = "${datadir}/${BPN}/git-changebar ${libdir}/geany/git-changebar.so" | 142 | FILES:${PN}-git-changebar = "${datadir}/${BPN}/git-changebar ${libdir}/geany/git-changebar.so" |
143 | 143 | ||
144 | PLUGINS += "${PN}-keyrecord" | 144 | PLUGINS += "${PN}-keyrecord" |
@@ -179,7 +179,7 @@ LIC_FILES_CHKSUM += "file://pairtaghighlighter/COPYING;md5=d6d927525a612b3a8dbeb | |||
179 | FILES:${PN}-pairtaghighlighter = "${libdir}/geany/pairtaghighlighter.so" | 179 | FILES:${PN}-pairtaghighlighter = "${libdir}/geany/pairtaghighlighter.so" |
180 | 180 | ||
181 | PLUGINS += "${PN}-pohelper" | 181 | PLUGINS += "${PN}-pohelper" |
182 | LICENSE:${PN}-pohelper = "GPLv3" | 182 | LICENSE:${PN}-pohelper = "GPL-3.0-only" |
183 | LIC_FILES_CHKSUM += "file://pohelper/COPYING;md5=d32239bcb673463ab874e80d47fae504" | 183 | LIC_FILES_CHKSUM += "file://pohelper/COPYING;md5=d32239bcb673463ab874e80d47fae504" |
184 | FILES:${PN}-pohelper = "${datadir}/${BPN}/pohelper ${libdir}/geany/pohelper.so" | 184 | FILES:${PN}-pohelper = "${datadir}/${BPN}/pohelper ${libdir}/geany/pohelper.so" |
185 | 185 | ||
diff --git a/meta-oe/recipes-devtools/geany/geany_1.38.bb b/meta-oe/recipes-devtools/geany/geany_1.38.bb index 33d0870eb..d75e3b57f 100644 --- a/meta-oe/recipes-devtools/geany/geany_1.38.bb +++ b/meta-oe/recipes-devtools/geany/geany_1.38.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "A fast and lightweight IDE" | 1 | SUMMARY = "A fast and lightweight IDE" |
2 | HOMEPAGE = "http://www.geany.org/" | 2 | HOMEPAGE = "http://www.geany.org/" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=bd7b2c994af21d318bd2cd3b3f80c2d5" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=bd7b2c994af21d318bd2cd3b3f80c2d5" |
5 | 5 | ||
6 | DEPENDS = "gtk+3 libxml-parser-perl-native python3-docutils-native intltool-native" | 6 | DEPENDS = "gtk+3 libxml-parser-perl-native python3-docutils-native intltool-native" |
diff --git a/meta-oe/recipes-devtools/glade/glade_3.22.2.bb b/meta-oe/recipes-devtools/glade/glade_3.22.2.bb index 641777110..c7f98fac9 100644 --- a/meta-oe/recipes-devtools/glade/glade_3.22.2.bb +++ b/meta-oe/recipes-devtools/glade/glade_3.22.2.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Glade - A User Interface Designer" | 1 | SUMMARY = "Glade - A User Interface Designer" |
2 | HOMEPAGE = "http://www.gnu.org/software/gnash" | 2 | HOMEPAGE = "http://www.gnu.org/software/gnash" |
3 | LICENSE = "GPLv2 & LGPLv2" | 3 | LICENSE = "GPL-2.0-only & LGPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=aabe87591cb8ae0f3c68be6977bb5522 \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=aabe87591cb8ae0f3c68be6977bb5522 \ |
5 | file://COPYING.GPL;md5=9ac2e7cff1ddaf48b6eab6028f23ef88 \ | 5 | file://COPYING.GPL;md5=9ac2e7cff1ddaf48b6eab6028f23ef88 \ |
6 | file://COPYING.LGPL;md5=252890d9eee26aab7b432e8b8a616475" | 6 | file://COPYING.LGPL;md5=252890d9eee26aab7b432e8b8a616475" |
diff --git a/meta-oe/recipes-devtools/grpc/grpc_1.41.1.bb b/meta-oe/recipes-devtools/grpc/grpc_1.41.1.bb index 925907e17..3fe799310 100644 --- a/meta-oe/recipes-devtools/grpc/grpc_1.41.1.bb +++ b/meta-oe/recipes-devtools/grpc/grpc_1.41.1.bb | |||
@@ -3,7 +3,7 @@ Provides gRPC libraries for multiple languages written on top of shared C core l | |||
3 | (C++, Node.js, Python, Ruby, Objective-C, PHP, C#)" | 3 | (C++, Node.js, Python, Ruby, Objective-C, PHP, C#)" |
4 | HOMEPAGE = "https://github.com/grpc/grpc" | 4 | HOMEPAGE = "https://github.com/grpc/grpc" |
5 | SECTION = "libs" | 5 | SECTION = "libs" |
6 | LICENSE = "Apache-2" | 6 | LICENSE = "Apache-2.0" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
8 | 8 | ||
9 | DEPENDS = "c-ares protobuf protobuf-native protobuf-c protobuf-c-native openssl libnsl2 abseil-cpp re2" | 9 | DEPENDS = "c-ares protobuf protobuf-native protobuf-c protobuf-c-native openssl libnsl2 abseil-cpp re2" |
diff --git a/meta-oe/recipes-devtools/guider/guider_3.9.8.bb b/meta-oe/recipes-devtools/guider/guider_3.9.8.bb index 3c3f069df..c519fa02a 100644 --- a/meta-oe/recipes-devtools/guider/guider_3.9.8.bb +++ b/meta-oe/recipes-devtools/guider/guider_3.9.8.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/iipeace/guider" | |||
3 | BUGTRACKER = "https://github.com/iipeace/guider/issues" | 3 | BUGTRACKER = "https://github.com/iipeace/guider/issues" |
4 | AUTHOR = "Peace Lee <ipeace5@gmail.com>" | 4 | AUTHOR = "Peace Lee <ipeace5@gmail.com>" |
5 | 5 | ||
6 | LICENSE = "GPLv2+" | 6 | LICENSE = "GPL-2.0-or-later" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2" |
8 | 8 | ||
9 | PV = "3.9.8+git${SRCPV}" | 9 | PV = "3.9.8+git${SRCPV}" |
diff --git a/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb b/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb index fad42e399..29937e26d 100644 --- a/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb +++ b/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb | |||
@@ -4,7 +4,7 @@ events with stack traces. Dedicated analysis tools then allow you to interpret \ | |||
4 | the heap memory profile to find hotspots to reduce memory, leaks, allocation \ | 4 | the heap memory profile to find hotspots to reduce memory, leaks, allocation \ |
5 | hotspots and temporary allocations" | 5 | hotspots and temporary allocations" |
6 | HOMEPAGE = "https://phabricator.kde.org/source/heaptrack/" | 6 | HOMEPAGE = "https://phabricator.kde.org/source/heaptrack/" |
7 | LICENSE = "LGPL-2.1" | 7 | LICENSE = "LGPL-2.1-only" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
9 | 9 | ||
10 | DEPENDS = "zlib boost libunwind elfutils" | 10 | DEPENDS = "zlib boost libunwind elfutils" |
diff --git a/meta-oe/recipes-devtools/icon-slicer/icon-slicer_0.3.bb b/meta-oe/recipes-devtools/icon-slicer/icon-slicer_0.3.bb index 9768a6e71..8e7b0ba5a 100644 --- a/meta-oe/recipes-devtools/icon-slicer/icon-slicer_0.3.bb +++ b/meta-oe/recipes-devtools/icon-slicer/icon-slicer_0.3.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | LICENSE = "GPLv2" | 1 | LICENSE = "GPL-2.0-only" |
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
3 | 3 | ||
4 | DEPENDS = "gdk-pixbuf popt" | 4 | DEPENDS = "gdk-pixbuf popt" |
diff --git a/meta-oe/recipes-devtools/iptraf/iptraf-ng_1.2.1.bb b/meta-oe/recipes-devtools/iptraf/iptraf-ng_1.2.1.bb index 27a0f4441..0f6bbb4d5 100644 --- a/meta-oe/recipes-devtools/iptraf/iptraf-ng_1.2.1.bb +++ b/meta-oe/recipes-devtools/iptraf/iptraf-ng_1.2.1.bb | |||
@@ -20,7 +20,7 @@ built-in raw socket interface of the Linux kernel, so it can be used \ | |||
20 | on a wide variety of supported network cards." | 20 | on a wide variety of supported network cards." |
21 | 21 | ||
22 | HOMEPAGE = "https://fedorahosted.org/iptraf-ng/" | 22 | HOMEPAGE = "https://fedorahosted.org/iptraf-ng/" |
23 | LICENSE = "GPL-2.0" | 23 | LICENSE = "GPL-2.0-only" |
24 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e2b3850593b899b1a17594ed4cc4c731" | 24 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e2b3850593b899b1a17594ed4cc4c731" |
25 | DEPENDS = "ncurses" | 25 | DEPENDS = "ncurses" |
26 | 26 | ||
diff --git a/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb b/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb index 53e49f57b..169500f6b 100644 --- a/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb +++ b/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb | |||
@@ -8,7 +8,7 @@ kconfig infrastructure, ready for use by third-party projects. \ | |||
8 | The kconfig-frontends package provides the kconfig parser, as well as all \ | 8 | The kconfig-frontends package provides the kconfig parser, as well as all \ |
9 | the frontends" | 9 | the frontends" |
10 | HOMEPAGE = "https://gitlab.com/ymorin/kconfig-frontends" | 10 | HOMEPAGE = "https://gitlab.com/ymorin/kconfig-frontends" |
11 | LICENSE = "GPL-2.0" | 11 | LICENSE = "GPL-2.0-only" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=9b8cf60ff39767ff04b671fca8302408" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=9b8cf60ff39767ff04b671fca8302408" |
13 | SECTION = "devel" | 13 | SECTION = "devel" |
14 | DEPENDS += "ncurses flex-native gperf-native bison-native" | 14 | DEPENDS += "ncurses flex-native gperf-native bison-native" |
diff --git a/meta-oe/recipes-devtools/libgee/libgee_0.20.5.bb b/meta-oe/recipes-devtools/libgee/libgee_0.20.5.bb index c0d7ea348..adf73d491 100644 --- a/meta-oe/recipes-devtools/libgee/libgee_0.20.5.bb +++ b/meta-oe/recipes-devtools/libgee/libgee_0.20.5.bb | |||
@@ -5,7 +5,7 @@ SECTION = "libs" | |||
5 | DEPENDS = "glib-2.0" | 5 | DEPENDS = "glib-2.0" |
6 | 6 | ||
7 | BBCLASSEXTEND = "native" | 7 | BBCLASSEXTEND = "native" |
8 | LICENSE = "LGPLv2.1" | 8 | LICENSE = "LGPL-2.1-only" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
10 | 10 | ||
11 | PE = "1" | 11 | PE = "1" |
diff --git a/meta-oe/recipes-devtools/libsombok3/libsombok3_2.4.0.bb b/meta-oe/recipes-devtools/libsombok3/libsombok3_2.4.0.bb index 2dc3776e8..2a1234c57 100644 --- a/meta-oe/recipes-devtools/libsombok3/libsombok3_2.4.0.bb +++ b/meta-oe/recipes-devtools/libsombok3/libsombok3_2.4.0.bb | |||
@@ -4,7 +4,7 @@ Unicode Standard Annex #14 (UAX #14). East_Asian_Width informative \ | |||
4 | properties defined by Annex #11 (UAX #11) may be concerned to determin \ | 4 | properties defined by Annex #11 (UAX #11) may be concerned to determin \ |
5 | breaking positions. This package also implements "default" Grapheme \ | 5 | breaking positions. This package also implements "default" Grapheme \ |
6 | Cluster segmentation described in Annex #29 (UAX #29)." | 6 | Cluster segmentation described in Annex #29 (UAX #29)." |
7 | LICENSE = "Artistic-1.0 | GPLv1+" | 7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=5b122a36d0f6dc55279a0ebc69f3c60b" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=5b122a36d0f6dc55279a0ebc69f3c60b" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/hatukanezumi/sombok.git;protocol=https;branch=master \ | 10 | SRC_URI = "git://github.com/hatukanezumi/sombok.git;protocol=https;branch=master \ |
diff --git a/meta-oe/recipes-devtools/libubox/libubox_git.bb b/meta-oe/recipes-devtools/libubox/libubox_git.bb index 872bdb63a..b2898c9c7 100644 --- a/meta-oe/recipes-devtools/libubox/libubox_git.bb +++ b/meta-oe/recipes-devtools/libubox/libubox_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "C utility functions for OpenWrt" | 1 | DESCRIPTION = "C utility functions for OpenWrt" |
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "\ | 4 | LIC_FILES_CHKSUM = "\ |
5 | file://avl.c;endline=39;md5=00810155fed3d604816ec5814523d60a \ | 5 | file://avl.c;endline=39;md5=00810155fed3d604816ec5814523d60a \ |
6 | file://avl-cmp.c;endline=15;md5=1603e6094b432a5f3f320877a06f41b5 \ | 6 | file://avl-cmp.c;endline=15;md5=1603e6094b432a5f3f320877a06f41b5 \ |
diff --git a/meta-oe/recipes-devtools/lshw/lshw_02.19.2.bb b/meta-oe/recipes-devtools/lshw/lshw_02.19.2.bb index a26fac992..8b3608a24 100644 --- a/meta-oe/recipes-devtools/lshw/lshw_02.19.2.bb +++ b/meta-oe/recipes-devtools/lshw/lshw_02.19.2.bb | |||
@@ -6,7 +6,7 @@ SUMMARY = "Hardware lister" | |||
6 | HOMEPAGE = "http://ezix.org/project/wiki/HardwareLiSter" | 6 | HOMEPAGE = "http://ezix.org/project/wiki/HardwareLiSter" |
7 | SECTION = "console/tools" | 7 | SECTION = "console/tools" |
8 | 8 | ||
9 | LICENSE = "GPLv2+" | 9 | LICENSE = "GPL-2.0-or-later" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
11 | 11 | ||
12 | COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux" | 12 | COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux" |
diff --git a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb index b6fb1dcdd..ad5842871 100644 --- a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb +++ b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb | |||
@@ -6,7 +6,7 @@ It can also intercept and print the system calls executed by the program.\ | |||
6 | " | 6 | " |
7 | HOMEPAGE = "http://ltrace.org/" | 7 | HOMEPAGE = "http://ltrace.org/" |
8 | 8 | ||
9 | LICENSE = "GPLv2" | 9 | LICENSE = "GPL-2.0-only" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" |
11 | 11 | ||
12 | PE = "1" | 12 | PE = "1" |
diff --git a/meta-oe/recipes-devtools/memstat/memstat_1.0.bb b/meta-oe/recipes-devtools/memstat/memstat_1.0.bb index 1deb25ab9..7e0ff54dc 100644 --- a/meta-oe/recipes-devtools/memstat/memstat_1.0.bb +++ b/meta-oe/recipes-devtools/memstat/memstat_1.0.bb | |||
@@ -6,7 +6,7 @@ is used and which 'old' libs are loaded. \ | |||
6 | HOMEPAGE = "http://memstattool.sourceforge.net/" | 6 | HOMEPAGE = "http://memstattool.sourceforge.net/" |
7 | SECTION = "devtool" | 7 | SECTION = "devtool" |
8 | 8 | ||
9 | LICENSE = "GPLv2" | 9 | LICENSE = "GPL-2.0-only" |
10 | 10 | ||
11 | S = "${WORKDIR}/memstattool" | 11 | S = "${WORKDIR}/memstattool" |
12 | 12 | ||
diff --git a/meta-oe/recipes-devtools/mercurial/mercurial_5.5.bb b/meta-oe/recipes-devtools/mercurial/mercurial_5.5.bb index ae978aea9..804943410 100644 --- a/meta-oe/recipes-devtools/mercurial/mercurial_5.5.bb +++ b/meta-oe/recipes-devtools/mercurial/mercurial_5.5.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "The Mercurial distributed SCM" | 1 | SUMMARY = "The Mercurial distributed SCM" |
2 | HOMEPAGE = "http://mercurial.selenic.com/" | 2 | HOMEPAGE = "http://mercurial.selenic.com/" |
3 | SECTION = "console/utils" | 3 | SECTION = "console/utils" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPL-2.0-only" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
6 | 6 | ||
7 | DEPENDS = "python3 python3-native" | 7 | DEPENDS = "python3 python3-native" |
diff --git a/meta-oe/recipes-devtools/msr-tools/msr-tools_1.3.bb b/meta-oe/recipes-devtools/msr-tools/msr-tools_1.3.bb index e4701afa8..05220c249 100644 --- a/meta-oe/recipes-devtools/msr-tools/msr-tools_1.3.bb +++ b/meta-oe/recipes-devtools/msr-tools/msr-tools_1.3.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "utilies to read and write Intel model-specific registers" | 1 | SUMMARY = "utilies to read and write Intel model-specific registers" |
2 | HOMEPAGE = "https://01.org/msr-tools" | 2 | HOMEPAGE = "https://01.org/msr-tools" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=11;md5=678a3928c856042424c734f4a7586e65" | 4 | LIC_FILES_CHKSUM = "file://Makefile;beginline=1;endline=11;md5=678a3928c856042424c734f4a7586e65" |
5 | SECTION = "devel" | 5 | SECTION = "devel" |
6 | 6 | ||
diff --git a/meta-oe/recipes-devtools/octave/octave_4.4.1.bb b/meta-oe/recipes-devtools/octave/octave_4.4.1.bb index 055607134..433175fb6 100644 --- a/meta-oe/recipes-devtools/octave/octave_4.4.1.bb +++ b/meta-oe/recipes-devtools/octave/octave_4.4.1.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "High-level language, primarily intended for numerical computation | |||
2 | HOMEPAGE = "http://www.gnu.org/software/octave/" | 2 | HOMEPAGE = "http://www.gnu.org/software/octave/" |
3 | SECTION = "math" | 3 | SECTION = "math" |
4 | 4 | ||
5 | LICENSE = "GPLv3" | 5 | LICENSE = "GPL-3.0-only" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" |
7 | 7 | ||
8 | DEPENDS = "gperf-native texinfo lapack pcre readline" | 8 | DEPENDS = "gperf-native texinfo lapack pcre readline" |
diff --git a/meta-oe/recipes-devtools/openocd/openocd_git.bb b/meta-oe/recipes-devtools/openocd/openocd_git.bb index 1b06f29c1..1503bb675 100644 --- a/meta-oe/recipes-devtools/openocd/openocd_git.bb +++ b/meta-oe/recipes-devtools/openocd/openocd_git.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Free and Open On-Chip Debugging, In-System Programming and Boundary-Scan Testing" | 1 | SUMMARY = "Free and Open On-Chip Debugging, In-System Programming and Boundary-Scan Testing" |
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
4 | DEPENDS = "libusb-compat libftdi" | 4 | DEPENDS = "libusb-compat libftdi" |
5 | RDEPENDS:${PN} = "libusb1" | 5 | RDEPENDS:${PN} = "libusb1" |
diff --git a/meta-oe/recipes-devtools/pahole/pahole_1.22.bb b/meta-oe/recipes-devtools/pahole/pahole_1.22.bb index c5c5e8325..449508a5d 100644 --- a/meta-oe/recipes-devtools/pahole/pahole_1.22.bb +++ b/meta-oe/recipes-devtools/pahole/pahole_1.22.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Shows and manipulates data structure layout" | 1 | SUMMARY = "Shows and manipulates data structure layout" |
2 | 2 | ||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
5 | 5 | ||
6 | DEPENDS = "elfutils zlib libbpf" | 6 | DEPENDS = "elfutils zlib libbpf" |
diff --git a/meta-oe/recipes-devtools/pax-utils/pax-utils_1.2.2.bb b/meta-oe/recipes-devtools/pax-utils/pax-utils_1.2.2.bb index 6cd4aa75e..0eb214626 100644 --- a/meta-oe/recipes-devtools/pax-utils/pax-utils_1.2.2.bb +++ b/meta-oe/recipes-devtools/pax-utils/pax-utils_1.2.2.bb | |||
@@ -4,7 +4,7 @@ utilities for ELF binaries. It can check ELF binary files and running \ | |||
4 | processes for issues that might be relevant when using ELF binaries \ | 4 | processes for issues that might be relevant when using ELF binaries \ |
5 | along with PaX, such as non-PIC code or executable stack and heap." | 5 | along with PaX, such as non-PIC code or executable stack and heap." |
6 | HOMEPAGE = "http://www.gentoo.org/proj/en/hardened/pax-utils.xml" | 6 | HOMEPAGE = "http://www.gentoo.org/proj/en/hardened/pax-utils.xml" |
7 | LICENSE = "GPLv2+" | 7 | LICENSE = "GPL-2.0-or-later" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" |
9 | 9 | ||
10 | SRC_URI = "https://dev.gentoo.org/~vapier/dist/pax-utils-${PV}.tar.xz" | 10 | SRC_URI = "https://dev.gentoo.org/~vapier/dist/pax-utils-${PV}.tar.xz" |
diff --git a/meta-oe/recipes-devtools/pcimem/pcimem_2.0.bb b/meta-oe/recipes-devtools/pcimem/pcimem_2.0.bb index 6f4004f97..85c4fa95a 100644 --- a/meta-oe/recipes-devtools/pcimem/pcimem_2.0.bb +++ b/meta-oe/recipes-devtools/pcimem/pcimem_2.0.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Simple program to read & write to a pci device from userspace" | |||
2 | HOMEPAGE = "https://github.com/billfarrow/pcimem" | 2 | HOMEPAGE = "https://github.com/billfarrow/pcimem" |
3 | BUGTRACKER = "https://github.com/billfarrow/pcimem/issues" | 3 | BUGTRACKER = "https://github.com/billfarrow/pcimem/issues" |
4 | SECTION = "devel" | 4 | SECTION = "devel" |
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPL-2.0-only" |
6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
7 | 7 | ||
8 | COMPATIBLE_HOST = "(x86_64|aarch64|arm|riscv64)" | 8 | COMPATIBLE_HOST = "(x86_64|aarch64|arm|riscv64)" |
diff --git a/meta-oe/recipes-devtools/perl/ipc-run_20200505.0.bb b/meta-oe/recipes-devtools/perl/ipc-run_20200505.0.bb index bab1827ff..34f3136de 100644 --- a/meta-oe/recipes-devtools/perl/ipc-run_20200505.0.bb +++ b/meta-oe/recipes-devtools/perl/ipc-run_20200505.0.bb | |||
@@ -5,7 +5,7 @@ usages are supported and may be mixed. Likewise, functional and OO API \ | |||
5 | styles are both supported and may be mixed." | 5 | styles are both supported and may be mixed." |
6 | HOMEPAGE = "https://metacpan.org/release/IPC-Run" | 6 | HOMEPAGE = "https://metacpan.org/release/IPC-Run" |
7 | SECTION = "libs" | 7 | SECTION = "libs" |
8 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 8 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0ebd37caf53781e8b7223e6b99b63f4e" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0ebd37caf53781e8b7223e6b99b63f4e" |
10 | DEPENDS = "perl" | 10 | DEPENDS = "perl" |
11 | 11 | ||
diff --git a/meta-oe/recipes-devtools/perl/libdbd-mysql-perl_4.050.bb b/meta-oe/recipes-devtools/perl/libdbd-mysql-perl_4.050.bb index 760c0ad0a..fc505fe1e 100644 --- a/meta-oe/recipes-devtools/perl/libdbd-mysql-perl_4.050.bb +++ b/meta-oe/recipes-devtools/perl/libdbd-mysql-perl_4.050.bb | |||
@@ -9,7 +9,7 @@ functions are missing, mainly because no-one ever requested them. \ | |||
9 | HOMEPAGE = "https://github.com/perl5-dbi/DBD-mysql" | 9 | HOMEPAGE = "https://github.com/perl5-dbi/DBD-mysql" |
10 | 10 | ||
11 | SECTION = "libs" | 11 | SECTION = "libs" |
12 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
13 | DEPENDS += "libdev-checklib-perl-native libdbi-perl-native libmysqlclient" | 13 | DEPENDS += "libdev-checklib-perl-native libdbi-perl-native libmysqlclient" |
14 | 14 | ||
15 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d0a06964340e5c0cde88b7af611f755c" | 15 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d0a06964340e5c0cde88b7af611f755c" |
diff --git a/meta-oe/recipes-devtools/perl/libdbi-perl_1.643.bb b/meta-oe/recipes-devtools/perl/libdbi-perl_1.643.bb index b21418298..94f98fe40 100644 --- a/meta-oe/recipes-devtools/perl/libdbi-perl_1.643.bb +++ b/meta-oe/recipes-devtools/perl/libdbi-perl_1.643.bb | |||
@@ -6,7 +6,7 @@ database interface independent of the actual database being used. \ | |||
6 | " | 6 | " |
7 | HOMEPAGE = "http://search.cpan.org/dist/DBI/" | 7 | HOMEPAGE = "http://search.cpan.org/dist/DBI/" |
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 9 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=10982c7148e0a012c0fd80534522f5c5" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=10982c7148e0a012c0fd80534522f5c5" |
11 | 11 | ||
12 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TI/TIMB/DBI-${PV}.tar.gz \ | 12 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TI/TIMB/DBI-${PV}.tar.gz \ |
diff --git a/meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.14.bb b/meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.14.bb index a96e3adc7..6dfff781b 100644 --- a/meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.14.bb +++ b/meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.14.bb | |||
@@ -4,7 +4,7 @@ and its headers are available, by attempting to compile a simple program and \ | |||
4 | link against it." | 4 | link against it." |
5 | HOMEPAGE = "https://metacpan.org/pod/Devel::CheckLib" | 5 | HOMEPAGE = "https://metacpan.org/pod/Devel::CheckLib" |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://README;md5=7911cdbb572d25c5f2e2ea17f669efc2" | 9 | LIC_FILES_CHKSUM = "file://README;md5=7911cdbb572d25c5f2e2ea17f669efc2" |
10 | 10 | ||
diff --git a/meta-oe/recipes-devtools/perl/libio-pty-perl_1.16.bb b/meta-oe/recipes-devtools/perl/libio-pty-perl_1.16.bb index 4d0422ecf..e71485185 100644 --- a/meta-oe/recipes-devtools/perl/libio-pty-perl_1.16.bb +++ b/meta-oe/recipes-devtools/perl/libio-pty-perl_1.16.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Perl module for pseudo tty IO" | 1 | SUMMARY = "Perl module for pseudo tty IO" |
2 | SECTION = "libs" | 2 | SECTION = "libs" |
3 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 3 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
4 | LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=12;md5=b2562f94907eeb42e8ce9d45f628e587" | 4 | LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=12;md5=b2562f94907eeb42e8ce9d45f628e587" |
5 | 5 | ||
6 | SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Tty-${PV}.tar.gz" | 6 | SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Tty-${PV}.tar.gz" |
diff --git a/meta-oe/recipes-devtools/perl/libjson-perl_4.03000.bb b/meta-oe/recipes-devtools/perl/libjson-perl_4.03000.bb index ea1c1d592..88d0d26d0 100644 --- a/meta-oe/recipes-devtools/perl/libjson-perl_4.03000.bb +++ b/meta-oe/recipes-devtools/perl/libjson-perl_4.03000.bb | |||
@@ -4,7 +4,7 @@ The module implements JSON encode/decode." | |||
4 | 4 | ||
5 | HOMEPAGE = "https://metacpan.org/pod/JSON" | 5 | HOMEPAGE = "https://metacpan.org/pod/JSON" |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
8 | LIC_FILES_CHKSUM = "file://README;beginline=1171;endline=1176;md5=3be2cb8159d094768e67386c453e8bbe" | 8 | LIC_FILES_CHKSUM = "file://README;beginline=1171;endline=1176;md5=3be2cb8159d094768e67386c453e8bbe" |
9 | 9 | ||
10 | DEPENDS += "perl" | 10 | DEPENDS += "perl" |
diff --git a/meta-oe/recipes-devtools/perl/libparse-yapp-perl_1.21.bb b/meta-oe/recipes-devtools/perl/libparse-yapp-perl_1.21.bb index 27a7f9da7..d7959df66 100644 --- a/meta-oe/recipes-devtools/perl/libparse-yapp-perl_1.21.bb +++ b/meta-oe/recipes-devtools/perl/libparse-yapp-perl_1.21.bb | |||
@@ -5,7 +5,7 @@ with perl object oriented interface." | |||
5 | 5 | ||
6 | HOMEPAGE = "http://search.cpan.org/dist/Parse-Yapp/" | 6 | HOMEPAGE = "http://search.cpan.org/dist/Parse-Yapp/" |
7 | SECTION = "libs" | 7 | SECTION = "libs" |
8 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 8 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
9 | 9 | ||
10 | LIC_FILES_CHKSUM = "file://lib/Parse/Yapp.pm;beginline=508;endline=521;md5=41a4542fcde97a600c9de0d782a90256" | 10 | LIC_FILES_CHKSUM = "file://lib/Parse/Yapp.pm;beginline=508;endline=521;md5=41a4542fcde97a600c9de0d782a90256" |
11 | 11 | ||
diff --git a/meta-oe/recipes-devtools/perl/libperlio-gzip-perl_0.20.bb b/meta-oe/recipes-devtools/perl/libperlio-gzip-perl_0.20.bb index ccd86829b..11f6a1ad1 100644 --- a/meta-oe/recipes-devtools/perl/libperlio-gzip-perl_0.20.bb +++ b/meta-oe/recipes-devtools/perl/libperlio-gzip-perl_0.20.bb | |||
@@ -4,7 +4,7 @@ The module implements perlio layer for gzip." | |||
4 | 4 | ||
5 | HOMEPAGE = "https://metacpan.org/pod/PerlIO::gzip" | 5 | HOMEPAGE = "https://metacpan.org/pod/PerlIO::gzip" |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
8 | LIC_FILES_CHKSUM = "file://README;beginline=55;endline=61;md5=bc3da2dec1fbea59ac91172c5e0eb837" | 8 | LIC_FILES_CHKSUM = "file://README;beginline=55;endline=61;md5=bc3da2dec1fbea59ac91172c5e0eb837" |
9 | 9 | ||
10 | DEPENDS += "perl" | 10 | DEPENDS += "perl" |
diff --git a/meta-oe/recipes-devtools/ply/ply_git.bb b/meta-oe/recipes-devtools/ply/ply_git.bb index 616f5dd7e..84a79c13e 100644 --- a/meta-oe/recipes-devtools/ply/ply_git.bb +++ b/meta-oe/recipes-devtools/ply/ply_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Ply: A light-weight dynamic tracer for eBPF" | 1 | SUMMARY = "Ply: A light-weight dynamic tracer for eBPF" |
2 | HOMEPAGE = "https://github.com/iovisor/ply" | 2 | HOMEPAGE = "https://github.com/iovisor/ply" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
5 | 5 | ||
6 | DEPENDS += "bison-native" | 6 | DEPENDS += "bison-native" |
diff --git a/meta-oe/recipes-devtools/pmtools/pmtools_git.bb b/meta-oe/recipes-devtools/pmtools/pmtools_git.bb index afa503ee4..56d895a09 100644 --- a/meta-oe/recipes-devtools/pmtools/pmtools_git.bb +++ b/meta-oe/recipes-devtools/pmtools/pmtools_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "This is a small collection of power management \ | 1 | DESCRIPTION = "This is a small collection of power management \ |
2 | test and investigation tools" | 2 | test and investigation tools" |
3 | HOMEPAGE = "http://lesswatts.org/projects/acpi" | 3 | HOMEPAGE = "http://lesswatts.org/projects/acpi" |
4 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPL-2.0-or-later" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" |
6 | 6 | ||
7 | PV = "20130209+git${SRCPV}" | 7 | PV = "20130209+git${SRCPV}" |
diff --git a/meta-oe/recipes-devtools/poke/poke_1.2.bb b/meta-oe/recipes-devtools/poke/poke_1.2.bb index b99d7b5ef..af85d2170 100644 --- a/meta-oe/recipes-devtools/poke/poke_1.2.bb +++ b/meta-oe/recipes-devtools/poke/poke_1.2.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "GNU poke is an extensible editor for structured binary data" | |||
2 | HOMEPAGE = "https://pokology.org" | 2 | HOMEPAGE = "https://pokology.org" |
3 | DESCRIPTION = "GNU poke is an interactive, extensible editor for binary data. Not limited to editing basic entities such as bits and bytes, it provides a full-fledged procedural, interactive programming language designed to describe data structures and to operate on them." | 3 | DESCRIPTION = "GNU poke is an interactive, extensible editor for binary data. Not limited to editing basic entities such as bits and bytes, it provides a full-fledged procedural, interactive programming language designed to describe data structures and to operate on them." |
4 | SECTION = "console/utils" | 4 | SECTION = "console/utils" |
5 | LICENSE = "GPL-3.0+" | 5 | LICENSE = "GPL-3.0-or-later" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
7 | 7 | ||
8 | SRC_URI = "${GNU_MIRROR}/poke/poke-${PV}.tar.gz \ | 8 | SRC_URI = "${GNU_MIRROR}/poke/poke-${PV}.tar.gz \ |
diff --git a/meta-oe/recipes-devtools/python/python3-apt_2.3.0.bb b/meta-oe/recipes-devtools/python/python3-apt_2.3.0.bb index 183836f40..e17e773cb 100644 --- a/meta-oe/recipes-devtools/python/python3-apt_2.3.0.bb +++ b/meta-oe/recipes-devtools/python/python3-apt_2.3.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Python-apt is a wrapper to use features of apt from python." | 1 | SUMMARY = "Python-apt is a wrapper to use features of apt from python." |
2 | LICENSE = "GPLv2 & FSFAP" | 2 | LICENSE = "GPL-2.0-only & FSFAP" |
3 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | 3 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3 \ |
4 | file://debian/copyright;md5=4ed7b6862ca422678b17e7d4ed592285" | 4 | file://debian/copyright;md5=4ed7b6862ca422678b17e7d4ed592285" |
5 | 5 | ||
diff --git a/meta-oe/recipes-devtools/python/python3-distutils-extra_2.39.bb b/meta-oe/recipes-devtools/python/python3-distutils-extra_2.39.bb index 8aca4ca3a..e129c18d6 100644 --- a/meta-oe/recipes-devtools/python/python3-distutils-extra_2.39.bb +++ b/meta-oe/recipes-devtools/python/python3-distutils-extra_2.39.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "python-distutils extension" | |||
2 | DESCRIPTION = "python-distutils extension integrating gettext support, themed icons and scrollkeeper based documentation" | 2 | DESCRIPTION = "python-distutils extension integrating gettext support, themed icons and scrollkeeper based documentation" |
3 | HOMEPAGE = "https://launchpad.net/python-distutils-extra" | 3 | HOMEPAGE = "https://launchpad.net/python-distutils-extra" |
4 | SECTION = "devel/python" | 4 | SECTION = "devel/python" |
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPL-2.0-only" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4325afd396febcb659c36b49533135d4" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4325afd396febcb659c36b49533135d4" |
7 | 7 | ||
8 | SRC_URI = "https://launchpad.net/python-distutils-extra/trunk/${PV}/+download/python-distutils-extra-${PV}.tar.gz" | 8 | SRC_URI = "https://launchpad.net/python-distutils-extra/trunk/${PV}/+download/python-distutils-extra-${PV}.tar.gz" |
diff --git a/meta-oe/recipes-devtools/python/python3-pycups_2.0.1.bb b/meta-oe/recipes-devtools/python/python3-pycups_2.0.1.bb index 3866e60a1..a7bc16716 100644 --- a/meta-oe/recipes-devtools/python/python3-pycups_2.0.1.bb +++ b/meta-oe/recipes-devtools/python/python3-pycups_2.0.1.bb | |||
@@ -9,7 +9,7 @@ | |||
9 | 9 | ||
10 | DESCRIPTION = "pycups - CUPS bindings for Python" | 10 | DESCRIPTION = "pycups - CUPS bindings for Python" |
11 | HOMEPAGE = "https://github.com/OpenPrinting/pycups" | 11 | HOMEPAGE = "https://github.com/OpenPrinting/pycups" |
12 | LICENSE = "GPLv2+" | 12 | LICENSE = "GPL-2.0-or-later" |
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
14 | DEPENDS += "cups" | 14 | DEPENDS += "cups" |
15 | 15 | ||
diff --git a/meta-oe/recipes-devtools/serialcheck/serialcheck_1.0.0.bb b/meta-oe/recipes-devtools/serialcheck/serialcheck_1.0.0.bb index 797ec0e7b..29abfe1af 100644 --- a/meta-oe/recipes-devtools/serialcheck/serialcheck_1.0.0.bb +++ b/meta-oe/recipes-devtools/serialcheck/serialcheck_1.0.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Application to verify operation of serial ports" | 1 | SUMMARY = "Application to verify operation of serial ports" |
2 | HOMEPAGE = "https://github.com/nsekhar/serialcheck" | 2 | HOMEPAGE = "https://github.com/nsekhar/serialcheck" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
5 | 5 | ||
6 | SRC_URI = " \ | 6 | SRC_URI = " \ |
diff --git a/meta-oe/recipes-devtools/sip/sip3_4.19.23.bb b/meta-oe/recipes-devtools/sip/sip3_4.19.23.bb index 792cdb537..d6335585e 100644 --- a/meta-oe/recipes-devtools/sip/sip3_4.19.23.bb +++ b/meta-oe/recipes-devtools/sip/sip3_4.19.23.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "SIP is a C++/Python Wrapper Generator" | 1 | SUMMARY = "SIP is a C++/Python Wrapper Generator" |
2 | HOMEPAGE = "https://riverbankcomputing.com/software/sip/" | 2 | HOMEPAGE = "https://riverbankcomputing.com/software/sip/" |
3 | SECTION = "devel" | 3 | SECTION = "devel" |
4 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPL-2.0-or-later" |
5 | LIC_FILES_CHKSUM = "file://LICENSE-GPL2;md5=e91355d8a6f8bd8f7c699d62863c7303" | 5 | LIC_FILES_CHKSUM = "file://LICENSE-GPL2;md5=e91355d8a6f8bd8f7c699d62863c7303" |
6 | 6 | ||
7 | SRC_URI = "https://www.riverbankcomputing.com/static/Downloads/sip/${PV}/sip-${PV}.tar.gz \ | 7 | SRC_URI = "https://www.riverbankcomputing.com/static/Downloads/sip/${PV}/sip-${PV}.tar.gz \ |
diff --git a/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.0.2.bb b/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.0.2.bb index 08b1ecbb3..580c53a32 100644 --- a/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.0.2.bb +++ b/meta-oe/recipes-devtools/squashfs-tools-ng/squashfs-tools-ng_1.0.2.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "New set of tools for working with SquashFS images" | 1 | SUMMARY = "New set of tools for working with SquashFS images" |
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | LICENSE = "GPL-3.0+ & LGPL-3.0+ & MIT & BSD-2-Clause & Zlib" | 3 | LICENSE = "GPL-3.0-or-later & LGPL-3.0-or-later & MIT & BSD-2-Clause & Zlib" |
4 | LIC_FILES_CHKSUM = "file://COPYING.md;md5=c0de2c0aca56349dab98e97992316f7e \ | 4 | LIC_FILES_CHKSUM = "file://COPYING.md;md5=c0de2c0aca56349dab98e97992316f7e \ |
5 | file://licenses/GPLv3.txt;md5=1ebbd3e34237af26da5dc08a4e440464 \ | 5 | file://licenses/GPLv3.txt;md5=1ebbd3e34237af26da5dc08a4e440464 \ |
6 | file://licenses/hash_table.txt;md5=874823605326caeaabaa95bfbd0f9fb0 \ | 6 | file://licenses/hash_table.txt;md5=874823605326caeaabaa95bfbd0f9fb0 \ |
diff --git a/meta-oe/recipes-devtools/suitesparse/suitesparse_5.10.1.bb b/meta-oe/recipes-devtools/suitesparse/suitesparse_5.10.1.bb index c03cf2f11..38e34b93c 100644 --- a/meta-oe/recipes-devtools/suitesparse/suitesparse_5.10.1.bb +++ b/meta-oe/recipes-devtools/suitesparse/suitesparse_5.10.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | LICENSE = "GPLv2 & GPLv3 & BSD-3-Clause & LGPL-2.0 & Apache-2.0" | 1 | LICENSE = "GPL-2.0-only & GPL-3.0-only & BSD-3-Clause & LGPL-2.0-only & Apache-2.0" |
2 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5fa987762101f748a6cdd951b64ffc6b" | 2 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5fa987762101f748a6cdd951b64ffc6b" |
3 | SRC_URI = "git://github.com/DrTimothyAldenDavis/SuiteSparse;protocol=https;branch=master \ | 3 | SRC_URI = "git://github.com/DrTimothyAldenDavis/SuiteSparse;protocol=https;branch=master \ |
4 | file://0001-Preserve-CXXFLAGS-from-environment-in-Mongoose.patch \ | 4 | file://0001-Preserve-CXXFLAGS-from-environment-in-Mongoose.patch \ |
diff --git a/meta-oe/recipes-devtools/tcltk/tk_8.6.10.bb b/meta-oe/recipes-devtools/tcltk/tk_8.6.10.bb index 6e951c993..efab9618e 100644 --- a/meta-oe/recipes-devtools/tcltk/tk_8.6.10.bb +++ b/meta-oe/recipes-devtools/tcltk/tk_8.6.10.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://tcl.sourceforge.net" | |||
3 | SECTION = "devel/tcltk" | 3 | SECTION = "devel/tcltk" |
4 | 4 | ||
5 | # http://www.tcl.tk/software/tcltk/license.html | 5 | # http://www.tcl.tk/software/tcltk/license.html |
6 | LICENSE = "tcl" | 6 | LICENSE = "TCL" |
7 | LIC_FILES_CHKSUM = "file://${S}/../license.terms;md5=c88f99decec11afa967ad33d314f87fe \ | 7 | LIC_FILES_CHKSUM = "file://${S}/../license.terms;md5=c88f99decec11afa967ad33d314f87fe \ |
8 | file://${S}/../compat/license.terms;md5=c88f99decec11afa967ad33d314f87fe \ | 8 | file://${S}/../compat/license.terms;md5=c88f99decec11afa967ad33d314f87fe \ |
9 | file://${S}/../doc/license.terms;md5=c88f99decec11afa967ad33d314f87fe \ | 9 | file://${S}/../doc/license.terms;md5=c88f99decec11afa967ad33d314f87fe \ |
diff --git a/meta-oe/recipes-devtools/uftrace/uftrace_0.11.bb b/meta-oe/recipes-devtools/uftrace/uftrace_0.11.bb index 59c9dd4cb..6d7696c06 100644 --- a/meta-oe/recipes-devtools/uftrace/uftrace_0.11.bb +++ b/meta-oe/recipes-devtools/uftrace/uftrace_0.11.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Trace and analyze execution of a program written in C/C++" | |||
2 | HOMEPAGE = "https://github.com/namhyung/uftrace" | 2 | HOMEPAGE = "https://github.com/namhyung/uftrace" |
3 | BUGTRACKER = "https://github.com/namhyung/uftrace/issues" | 3 | BUGTRACKER = "https://github.com/namhyung/uftrace/issues" |
4 | SECTION = "devel" | 4 | SECTION = "devel" |
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPL-2.0-only" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
7 | 7 | ||
8 | DEPENDS = "elfutils" | 8 | DEPENDS = "elfutils" |