diff options
Diffstat (limited to 'meta/recipes-devtools')
4 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.186.bb b/meta/recipes-devtools/elfutils/elfutils_0.186.bb index f2f098eccb..46ee40cce6 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.186.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.186.bb | |||
@@ -102,8 +102,8 @@ BBCLASSEXTEND = "native nativesdk" | |||
102 | # Package utilities separately | 102 | # Package utilities separately |
103 | PACKAGES =+ "${PN}-binutils libelf libasm libdw libdebuginfod" | 103 | PACKAGES =+ "${PN}-binutils libelf libasm libdw libdebuginfod" |
104 | 104 | ||
105 | # shared libraries are licensed GPLv2 or GPLv3+, binaries GPLv3+ | 105 | # Shared libraries are licensed GPL-2.0-only or GPL-3.0-or-later, binaries |
106 | # according to NEWS file: | 106 | # GPL-3.0-or-later. According to NEWS file: |
107 | # "The license is now GPLv2/LGPLv3+ for the libraries and GPLv3+ for stand-alone | 107 | # "The license is now GPLv2/LGPLv3+ for the libraries and GPLv3+ for stand-alone |
108 | # programs. There is now also a formal CONTRIBUTING document describing how to | 108 | # programs. There is now also a formal CONTRIBUTING document describing how to |
109 | # submit patches." | 109 | # submit patches." |
diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc index c39a0caf8a..e9f2cf16e8 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-runtime.inc | |||
@@ -2,7 +2,7 @@ require gcc-configure-common.inc | |||
2 | 2 | ||
3 | SUMMARY = "Runtime libraries from GCC" | 3 | SUMMARY = "Runtime libraries from GCC" |
4 | 4 | ||
5 | # Over-ride the LICENSE set by gcc-${PV}.inc to remove "& GPLv3" | 5 | # Over-ride the LICENSE set by gcc-${PV}.inc to remove "& GPL-3.0-only" |
6 | # All gcc-runtime packages are now covered by the runtime exception. | 6 | # All gcc-runtime packages are now covered by the runtime exception. |
7 | LICENSE = "GPL-3.0-with-GCC-exception" | 7 | LICENSE = "GPL-3.0-with-GCC-exception" |
8 | 8 | ||
diff --git a/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb b/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb index ea95588c8c..b716b0245b 100644 --- a/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb +++ b/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "icecc environment setup script" | |||
2 | DESCRIPTION = "This is a version of the icecc-create-env script that has \ | 2 | DESCRIPTION = "This is a version of the icecc-create-env script that has \ |
3 | been modified in order to make it work with OE." | 3 | been modified in order to make it work with OE." |
4 | SECTION = "base" | 4 | SECTION = "base" |
5 | # source file has just a "GPL" word, but upstream is GPLv2+. | 5 | # source file has just a "GPL" word, but upstream is GPL-2.0-or-later. |
6 | # most probably just GPL would be a mistake | 6 | # most probably just GPL would be a mistake |
7 | LICENSE = "GPL-2.0-or-later" | 7 | LICENSE = "GPL-2.0-or-later" |
8 | LIC_FILES_CHKSUM = "file://icecc-create-env;beginline=2;endline=5;md5=ae1df3d6a058bfda40b66094c5f6065f" | 8 | LIC_FILES_CHKSUM = "file://icecc-create-env;beginline=2;endline=5;md5=ae1df3d6a058bfda40b66094c5f6065f" |
diff --git a/meta/recipes-devtools/rsync/rsync_3.2.3.bb b/meta/recipes-devtools/rsync/rsync_3.2.3.bb index b950e30b46..6168ee85fc 100644 --- a/meta/recipes-devtools/rsync/rsync_3.2.3.bb +++ b/meta/recipes-devtools/rsync/rsync_3.2.3.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://rsync.samba.org/" | |||
3 | DESCRIPTION = "rsync is an open source utility that provides fast incremental file transfer." | 3 | DESCRIPTION = "rsync is an open source utility that provides fast incremental file transfer." |
4 | BUGTRACKER = "http://rsync.samba.org/bugzilla.html" | 4 | BUGTRACKER = "http://rsync.samba.org/bugzilla.html" |
5 | SECTION = "console/network" | 5 | SECTION = "console/network" |
6 | # GPLv2+ (<< 3.0.0), GPLv3+ (>= 3.0.0) | 6 | # GPL-2.0-or-later (<< 3.0.0), GPL-3.0-or-later (>= 3.0.0) |
7 | # Includes opennsh and xxhash dynamic link exception | 7 | # Includes opennsh and xxhash dynamic link exception |
8 | LICENSE = "GPL-3.0-or-later" | 8 | LICENSE = "GPL-3.0-or-later" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=9e5a4f9b3a253d51520617aa54f8eb26" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=9e5a4f9b3a253d51520617aa54f8eb26" |