summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libbsd/libbsd_0.12.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libbsd/libbsd_0.12.2.bb')
-rw-r--r--meta/recipes-support/libbsd/libbsd_0.12.2.bb16
1 files changed, 3 insertions, 13 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..39ecda26af 100644
--- a/meta/recipes-support/libbsd/libbsd_0.12.2.bb
+++ b/meta/recipes-support/libbsd/libbsd_0.12.2.bb
@@ -3,8 +3,8 @@ DESCRIPTION = "This library provides useful functions commonly found on BSD syst
3 and lacking on others like GNU systems, thus making it easier to port \ 3 and lacking on others like GNU systems, thus making it easier to port \
4 projects with strong BSD origins, without needing to embed the same \ 4 projects with strong BSD origins, without needing to embed the same \
5 code over and over again on each project." 5 code over and over again on each project."
6
7HOMEPAGE = "https://libbsd.freedesktop.org/wiki/" 6HOMEPAGE = "https://libbsd.freedesktop.org/wiki/"
7
8# There seems to be more licenses used in the code, I don't think we want to list them all here, complete list: 8# There seems to be more licenses used in the code, I don't think we want to list them all here, complete list:
9# OE @ ~/projects/libbsd $ grep ^License: COPYING | sort -u 9# OE @ ~/projects/libbsd $ grep ^License: COPYING | sort -u
10# License: BSD-2-clause 10# License: BSD-2-clause
@@ -15,25 +15,15 @@ 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"
29LICENSE:${PN}-dbg = "BSD-3-Clause & ISC & PD"
30LICENSE:${PN}-dev = "BSD-3-Clause & ISC & PD"
31LICENSE:${PN}-doc = "BSD-3-Clause & BSD-4-Clause & ISC & PD"
32LICENSE:${PN}-locale = "BSD-3-Clause & ISC & PD"
33LICENSE:${PN}-src = "BSD-3-Clause & ISC & PD"
34LICENSE:${PN}-staticdev = "BSD-3-Clause & ISC & PD"
35
36LIC_FILES_CHKSUM = "file://COPYING;md5=9b087a0981a1fcad42efbba6d4925a0f" 25LIC_FILES_CHKSUM = "file://COPYING;md5=9b087a0981a1fcad42efbba6d4925a0f"
26
37SECTION = "libs" 27SECTION = "libs"
38 28
39SRC_URI = "https://libbsd.freedesktop.org/releases/${BPN}-${PV}.tar.xz" 29SRC_URI = "https://libbsd.freedesktop.org/releases/${BPN}-${PV}.tar.xz"