summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/libbsd/libbsd_0.12.2.bb11
1 files changed, 2 insertions, 9 deletions
diff --git a/meta/recipes-support/libbsd/libbsd_0.12.2.bb b/meta/recipes-support/libbsd/libbsd_0.12.2.bb
index bd503cb031..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
@@ -22,15 +22,8 @@ HOMEPAGE = "https://libbsd.freedesktop.org/wiki/"
22# License: ISC-Original 22# License: ISC-Original
23# License: public-domain 23# License: public-domain
24LICENSE = "BSD-3-Clause & ISC & PD" 24LICENSE = "BSD-3-Clause & ISC & PD"
25LICENSE:${PN} = "BSD-3-Clause & ISC & PD"
26LICENSE:${PN}-dbg = "BSD-3-Clause & ISC & PD"
27LICENSE:${PN}-dev = "BSD-3-Clause & ISC & PD"
28LICENSE:${PN}-doc = "BSD-3-Clause & ISC & PD"
29LICENSE:${PN}-locale = "BSD-3-Clause & ISC & PD"
30LICENSE:${PN}-src = "BSD-3-Clause & ISC & PD"
31LICENSE:${PN}-staticdev = "BSD-3-Clause & ISC & PD"
32
33LIC_FILES_CHKSUM = "file://COPYING;md5=9b087a0981a1fcad42efbba6d4925a0f" 25LIC_FILES_CHKSUM = "file://COPYING;md5=9b087a0981a1fcad42efbba6d4925a0f"
26
34SECTION = "libs" 27SECTION = "libs"
35 28
36SRC_URI = "https://libbsd.freedesktop.org/releases/${BPN}-${PV}.tar.xz" 29SRC_URI = "https://libbsd.freedesktop.org/releases/${BPN}-${PV}.tar.xz"