summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-01 17:52:05 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-01 23:46:25 +0000
commit1402016341391e54e541eec869eaad7a42cb43c7 (patch)
tree01871aa79d7962fb02fb22e716e0cfbb60474d06 /recipes-devtools
parent8492913025f1286c657a34996c02b2b4de19fb6a (diff)
downloadmeta-gplv2-1402016341391e54e541eec869eaad7a42cb43c7.tar.gz
recipes: Convert to use SPDX license names in LICENSE variables
This uses the script from OE-Core to make the conversion. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/bison/bison_2.3.bb2
-rw-r--r--recipes-devtools/dosfstools/dosfstools_2.11.bb2
-rw-r--r--recipes-devtools/elfutils/elfutils_0.148.bb2
-rw-r--r--recipes-devtools/m4/m4-1.4.9.inc2
-rw-r--r--recipes-devtools/make/make_3.81.bb2
-rw-r--r--recipes-devtools/mtools/mtools_3.9.9.bb2
-rw-r--r--recipes-devtools/patch/patch_2.5.9.bb2
-rw-r--r--recipes-devtools/rsync/rsync_2.6.9.bb2
8 files changed, 8 insertions, 8 deletions
diff --git a/recipes-devtools/bison/bison_2.3.bb b/recipes-devtools/bison/bison_2.3.bb
index c84fd9a..1faf73f 100644
--- a/recipes-devtools/bison/bison_2.3.bb
+++ b/recipes-devtools/bison/bison_2.3.bb
@@ -4,7 +4,7 @@ an LALR(1) or GLR parser for that grammar. Bison is upward compatible with Yacc
4grammars ought to work with Bison with no change. Anyone familiar with Yacc should be able to use Bison with \ 4grammars ought to work with Bison with no change. Anyone familiar with Yacc should be able to use Bison with \
5little trouble." 5little trouble."
6HOMEPAGE = "http://www.gnu.org/software/bison/" 6HOMEPAGE = "http://www.gnu.org/software/bison/"
7LICENSE = "GPLv2" 7LICENSE = "GPL-2.0-only"
8LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" 8LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
9SECTION = "devel" 9SECTION = "devel"
10DEPENDS = "bison-native flex-native" 10DEPENDS = "bison-native flex-native"
diff --git a/recipes-devtools/dosfstools/dosfstools_2.11.bb b/recipes-devtools/dosfstools/dosfstools_2.11.bb
index 37c2181..5298b32 100644
--- a/recipes-devtools/dosfstools/dosfstools_2.11.bb
+++ b/recipes-devtools/dosfstools/dosfstools_2.11.bb
@@ -5,7 +5,7 @@ SUMMARY = "DOS FAT Filesystem Utilities"
5HOMEPAGE = "https://github.com/dosfstools/dosfstools" 5HOMEPAGE = "https://github.com/dosfstools/dosfstools"
6 6
7SECTION = "base" 7SECTION = "base"
8LICENSE = "GPLv2" 8LICENSE = "GPL-2.0-only"
9LIC_FILES_CHKSUM = "file://mkdosfs/COPYING;md5=cbe67f08d6883bff587f615f0cc81aa8" 9LIC_FILES_CHKSUM = "file://mkdosfs/COPYING;md5=cbe67f08d6883bff587f615f0cc81aa8"
10PR = "r5" 10PR = "r5"
11 11
diff --git a/recipes-devtools/elfutils/elfutils_0.148.bb b/recipes-devtools/elfutils/elfutils_0.148.bb
index 97d88a2..f3e3373 100644
--- a/recipes-devtools/elfutils/elfutils_0.148.bb
+++ b/recipes-devtools/elfutils/elfutils_0.148.bb
@@ -1,7 +1,7 @@
1SUMMARY = "Utilities and libraries for handling compiled object files" 1SUMMARY = "Utilities and libraries for handling compiled object files"
2HOMEPAGE = "https://fedorahosted.org/elfutils" 2HOMEPAGE = "https://fedorahosted.org/elfutils"
3SECTION = "base" 3SECTION = "base"
4LICENSE = "(GPL-2+ & Elfutils-Exception)" 4LICENSE = "(GPL-2.0-or-later & Elfutils-Exception)"
5LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3\ 5LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3\
6 file://EXCEPTION;md5=570adcb0c1218ab57f2249c67d0ce417" 6 file://EXCEPTION;md5=570adcb0c1218ab57f2249c67d0ce417"
7DEPENDS = "libtool bzip2 zlib virtual/libintl" 7DEPENDS = "libtool bzip2 zlib virtual/libintl"
diff --git a/recipes-devtools/m4/m4-1.4.9.inc b/recipes-devtools/m4/m4-1.4.9.inc
index 41f46cd..7cb8c78 100644
--- a/recipes-devtools/m4/m4-1.4.9.inc
+++ b/recipes-devtools/m4/m4-1.4.9.inc
@@ -1,6 +1,6 @@
1require m4.inc 1require m4.inc
2 2
3LICENSE = "GPLv2" 3LICENSE = "GPL-2.0-only"
4 4
5LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe\ 5LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe\
6 file://examples/COPYING;md5=1d49bd61dc590f014cae7173b43e3e5c" 6 file://examples/COPYING;md5=1d49bd61dc590f014cae7173b43e3e5c"
diff --git a/recipes-devtools/make/make_3.81.bb b/recipes-devtools/make/make_3.81.bb
index 9fe22a8..c670476 100644
--- a/recipes-devtools/make/make_3.81.bb
+++ b/recipes-devtools/make/make_3.81.bb
@@ -1,6 +1,6 @@
1PR = "r1" 1PR = "r1"
2 2
3LICENSE = "GPLv2 & LGPLv2" 3LICENSE = "GPL-2.0-only & LGPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f \ 4LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f \
5 file://tests/COPYING;md5=8ca43cbc842c2336e835926c2166c28b \ 5 file://tests/COPYING;md5=8ca43cbc842c2336e835926c2166c28b \
6 file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4" 6 file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4"
diff --git a/recipes-devtools/mtools/mtools_3.9.9.bb b/recipes-devtools/mtools/mtools_3.9.9.bb
index 8e106b0..636ee67 100644
--- a/recipes-devtools/mtools/mtools_3.9.9.bb
+++ b/recipes-devtools/mtools/mtools_3.9.9.bb
@@ -2,7 +2,7 @@ SUMMARY = "Utilities to access MS-DOS disks without mounting them"
2DESCRIPTION = "Mtools is a collection of utilities to access MS-DOS disks from GNU and Unix without mounting them." 2DESCRIPTION = "Mtools is a collection of utilities to access MS-DOS disks from GNU and Unix without mounting them."
3HOMEPAGE = "http://www.gnu.org/software/mtools/" 3HOMEPAGE = "http://www.gnu.org/software/mtools/"
4SECTION = "optional" 4SECTION = "optional"
5LICENSE = "GPLv2+" 5LICENSE = "GPL-2.0-or-later"
6LIC_FILES_CHKSUM = "file://COPYING;md5=92b58ec77696788ce278b044d2a8e9d3" 6LIC_FILES_CHKSUM = "file://COPYING;md5=92b58ec77696788ce278b044d2a8e9d3"
7PR = "r6" 7PR = "r6"
8 8
diff --git a/recipes-devtools/patch/patch_2.5.9.bb b/recipes-devtools/patch/patch_2.5.9.bb
index f2970f7..01a4e68 100644
--- a/recipes-devtools/patch/patch_2.5.9.bb
+++ b/recipes-devtools/patch/patch_2.5.9.bb
@@ -1,5 +1,5 @@
1require patch.inc 1require patch.inc
2LICENSE = "GPLv2" 2LICENSE = "GPL-2.0-only"
3 3
4SRC_URI += " file://debian.patch \ 4SRC_URI += " file://debian.patch \
5 file://install.patch \ 5 file://install.patch \
diff --git a/recipes-devtools/rsync/rsync_2.6.9.bb b/recipes-devtools/rsync/rsync_2.6.9.bb
index 5c6c9d9..525387d 100644
--- a/recipes-devtools/rsync/rsync_2.6.9.bb
+++ b/recipes-devtools/rsync/rsync_2.6.9.bb
@@ -8,7 +8,7 @@ SRC_URI += "file://rsync-2.6.9-fname-obo.patch \
8SRC_URI[md5sum] = "996d8d8831dbca17910094e56dcb5942" 8SRC_URI[md5sum] = "996d8d8831dbca17910094e56dcb5942"
9SRC_URI[sha256sum] = "ca437301becd890e73300bc69a39189ff1564baa761948ff149b3dd7bde633f9" 9SRC_URI[sha256sum] = "ca437301becd890e73300bc69a39189ff1564baa761948ff149b3dd7bde633f9"
10 10
11LICENSE = "GPLv2+" 11LICENSE = "GPL-2.0-or-later"
12LIC_FILES_CHKSUM = "file://COPYING;md5=6d5a9d4c4d3af25cd68fd83e8a8cb09c" 12LIC_FILES_CHKSUM = "file://COPYING;md5=6d5a9d4c4d3af25cd68fd83e8a8cb09c"
13 13
14PR = "r4" 14PR = "r4"