diff options
author | William Lyu <William.Lyu@windriver.com> | 2024-01-04 10:30:45 -0800 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-02-07 04:00:02 -1000 |
commit | 801c3f25ccada35b0f654e37e372286941a36823 (patch) | |
tree | d1651291022276f71970b269d421f5a5094734ef | |
parent | 67c359b2598ee48b6c3e9724734d946fc2520f20 (diff) | |
download | poky-801c3f25ccada35b0f654e37e372286941a36823.tar.gz |
elfutils: Update license information
Update license information for overall package, package libraries, and
package utilities in the recipe to match the license information as
described on the upstream website [1]:
"License. The libraries and backends are dual GPLv2+/LGPLv3+. The
utilities are GPLv3+."
[1] https://sourceware.org/elfutils
(From OE-Core rev: d0e082b8303ad9591983c95d19a199c8d22942da)
Signed-off-by: William Lyu <William.Lyu@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit c0728805f24cbd6a788871ae54af4ec8307e40d4)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.189.bb | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.189.bb b/meta/recipes-devtools/elfutils/elfutils_0.189.bb index d8bf82b022..67494cd35a 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.189.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.189.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Utilities and libraries for handling compiled object files" | |||
2 | HOMEPAGE = "https://sourceware.org/elfutils" | 2 | HOMEPAGE = "https://sourceware.org/elfutils" |
3 | DESCRIPTION = "elfutils is a collection of utilities and libraries to read, create and modify ELF binary files, find and handle DWARF debug data, symbols, thread state and stacktraces for processes and core files on GNU/Linux." | 3 | DESCRIPTION = "elfutils is a collection of utilities and libraries to read, create and modify ELF binary files, find and handle DWARF debug data, symbols, thread state and stacktraces for processes and core files on GNU/Linux." |
4 | SECTION = "base" | 4 | SECTION = "base" |
5 | LICENSE = "GPL-2.0-only & GPL-2.0-or-later & LGPL-3.0-or-later & GPL-3.0-or-later" | 5 | LICENSE = "( GPL-2.0-or-later | LGPL-3.0-or-later ) & GPL-3.0-or-later" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ |
7 | file://debuginfod/debuginfod-client.c;endline=28;md5=f0a7c3170776866ee94e8f9225a6ad79 \ | 7 | file://debuginfod/debuginfod-client.c;endline=28;md5=f0a7c3170776866ee94e8f9225a6ad79 \ |
8 | " | 8 | " |
@@ -106,19 +106,18 @@ EXTRA_OEMAKE:class-nativesdk = "" | |||
106 | 106 | ||
107 | BBCLASSEXTEND = "native nativesdk" | 107 | BBCLASSEXTEND = "native nativesdk" |
108 | 108 | ||
109 | # Package utilities separately | 109 | # Package utilities and libraries are listed separately |
110 | PACKAGES =+ "${PN}-binutils libelf libasm libdw libdebuginfod" | 110 | PACKAGES =+ "${PN}-binutils libelf libasm libdw libdebuginfod" |
111 | 111 | ||
112 | # Shared libraries are licensed GPL-2.0-only or GPL-3.0-or-later, binaries | 112 | # According to the upstream website https://sourceware.org/elfutils, the latest |
113 | # GPL-3.0-or-later. According to NEWS file: | 113 | # license policy is as follows: |
114 | # "The license is now GPLv2/LGPLv3+ for the libraries and GPLv3+ for stand-alone | 114 | # "License. The libraries and backends are dual GPLv2+/LGPLv3+. The utilities |
115 | # programs. There is now also a formal CONTRIBUTING document describing how to | 115 | # are GPLv3+." |
116 | # submit patches." | ||
117 | LICENSE:${PN}-binutils = "GPL-3.0-or-later" | 116 | LICENSE:${PN}-binutils = "GPL-3.0-or-later" |
118 | LICENSE:${PN} = "GPL-3.0-or-later" | 117 | LICENSE:${PN} = "GPL-3.0-or-later" |
119 | LICENSE:libelf = "GPL-2.0-only | LGPL-3.0-or-later" | 118 | LICENSE:libelf = "GPL-2.0-or-later | LGPL-3.0-or-later" |
120 | LICENSE:libasm = "GPL-2.0-only | LGPL-3.0-or-later" | 119 | LICENSE:libasm = "GPL-2.0-or-later | LGPL-3.0-or-later" |
121 | LICENSE:libdw = "GPL-2.0-only | LGPL-3.0-or-later" | 120 | LICENSE:libdw = "GPL-2.0-or-later | LGPL-3.0-or-later" |
122 | LICENSE:libdebuginfod = "GPL-2.0-or-later | LGPL-3.0-or-later" | 121 | LICENSE:libdebuginfod = "GPL-2.0-or-later | LGPL-3.0-or-later" |
123 | 122 | ||
124 | FILES:${PN}-binutils = "\ | 123 | FILES:${PN}-binutils = "\ |