summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastian Germann <bage@debian.org>2025-01-24 17:17:48 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-01-27 15:47:09 +0000
commit821f31417f0242ebb7086d4b3ae7cfcb53d74bfd (patch)
tree2d3f4b23b96e37e8ffb8d068fe32f0871c2a7868
parent4a2ae35dae4d8a253e42850b4e7be42831bcaec3 (diff)
downloadpoky-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.bb7
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 24LICENSE = "BSD-3-Clause & ISC & PD"
27LICENSE = "BSD-3-Clause & BSD-4-Clause & ISC & PD"
28LICENSE:${PN} = "BSD-3-Clause & ISC & PD" 25LICENSE:${PN} = "BSD-3-Clause & ISC & PD"
29LICENSE:${PN}-dbg = "BSD-3-Clause & ISC & PD" 26LICENSE:${PN}-dbg = "BSD-3-Clause & ISC & PD"
30LICENSE:${PN}-dev = "BSD-3-Clause & ISC & PD" 27LICENSE:${PN}-dev = "BSD-3-Clause & ISC & PD"
31LICENSE:${PN}-doc = "BSD-3-Clause & BSD-4-Clause & ISC & PD" 28LICENSE:${PN}-doc = "BSD-3-Clause & ISC & PD"
32LICENSE:${PN}-locale = "BSD-3-Clause & ISC & PD" 29LICENSE:${PN}-locale = "BSD-3-Clause & ISC & PD"
33LICENSE:${PN}-src = "BSD-3-Clause & ISC & PD" 30LICENSE:${PN}-src = "BSD-3-Clause & ISC & PD"
34LICENSE:${PN}-staticdev = "BSD-3-Clause & ISC & PD" 31LICENSE:${PN}-staticdev = "BSD-3-Clause & ISC & PD"