diff options
| author | Bastian Germann <bage@debian.org> | 2025-01-24 17:17:48 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-27 15:47:09 +0000 |
| commit | 821f31417f0242ebb7086d4b3ae7cfcb53d74bfd (patch) | |
| tree | 2d3f4b23b96e37e8ffb8d068fe32f0871c2a7868 | |
| parent | 4a2ae35dae4d8a253e42850b4e7be42831bcaec3 (diff) | |
| download | poky-821f31417f0242ebb7086d4b3ae7cfcb53d74bfd.tar.gz | |
libbsd: Drop licenses that were removed upstream
The libbsd project has gotten rid of BSD-4-Clause licensed material.
Version 0.11.8 is the first not to contain any such material anymore.
License-Update: removed upstream
(From OE-Core rev: 362435b0aec5c2610690fe2f39eb5bdb28a36e14)
Signed-off-by: Bastian Germann <bage@debian.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-support/libbsd/libbsd_0.12.2.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/recipes-support/libbsd/libbsd_0.12.2.bb b/meta/recipes-support/libbsd/libbsd_0.12.2.bb index 7d5e88f293..bd503cb031 100644 --- a/meta/recipes-support/libbsd/libbsd_0.12.2.bb +++ b/meta/recipes-support/libbsd/libbsd_0.12.2.bb | |||
| @@ -15,20 +15,17 @@ HOMEPAGE = "https://libbsd.freedesktop.org/wiki/" | |||
| 15 | # License: BSD-3-clause-author | 15 | # License: BSD-3-clause-author |
| 16 | # License: BSD-3-clause-John-Birrell | 16 | # License: BSD-3-clause-John-Birrell |
| 17 | # License: BSD-3-clause-Regents | 17 | # License: BSD-3-clause-Regents |
| 18 | # License: BSD-4-clause-Christopher-G-Demetriou | ||
| 19 | # License: BSD-4-clause-Niels-Provos | ||
| 20 | # License: BSD-5-clause-Peter-Wemm | 18 | # License: BSD-5-clause-Peter-Wemm |
| 21 | # License: Beerware | 19 | # License: Beerware |
| 22 | # License: Expat | 20 | # License: Expat |
| 23 | # License: ISC | 21 | # License: ISC |
| 24 | # License: ISC-Original | 22 | # License: ISC-Original |
| 25 | # License: public-domain | 23 | # License: public-domain |
| 26 | # License: public-domain-Colin-Plumb | 24 | LICENSE = "BSD-3-Clause & ISC & PD" |
| 27 | LICENSE = "BSD-3-Clause & BSD-4-Clause & ISC & PD" | ||
| 28 | LICENSE:${PN} = "BSD-3-Clause & ISC & PD" | 25 | LICENSE:${PN} = "BSD-3-Clause & ISC & PD" |
| 29 | LICENSE:${PN}-dbg = "BSD-3-Clause & ISC & PD" | 26 | LICENSE:${PN}-dbg = "BSD-3-Clause & ISC & PD" |
| 30 | LICENSE:${PN}-dev = "BSD-3-Clause & ISC & PD" | 27 | LICENSE:${PN}-dev = "BSD-3-Clause & ISC & PD" |
| 31 | LICENSE:${PN}-doc = "BSD-3-Clause & BSD-4-Clause & ISC & PD" | 28 | LICENSE:${PN}-doc = "BSD-3-Clause & ISC & PD" |
| 32 | LICENSE:${PN}-locale = "BSD-3-Clause & ISC & PD" | 29 | LICENSE:${PN}-locale = "BSD-3-Clause & ISC & PD" |
| 33 | LICENSE:${PN}-src = "BSD-3-Clause & ISC & PD" | 30 | LICENSE:${PN}-src = "BSD-3-Clause & ISC & PD" |
| 34 | LICENSE:${PN}-staticdev = "BSD-3-Clause & ISC & PD" | 31 | LICENSE:${PN}-staticdev = "BSD-3-Clause & ISC & PD" |
