diff options
| -rw-r--r-- | meta/recipes-support/libbsd/libbsd_0.12.2.bb | 11 |
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 | |||
| 7 | HOMEPAGE = "https://libbsd.freedesktop.org/wiki/" | 6 | HOMEPAGE = "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 |
| 24 | LICENSE = "BSD-3-Clause & ISC & PD" | 24 | LICENSE = "BSD-3-Clause & ISC & PD" |
| 25 | LICENSE:${PN} = "BSD-3-Clause & ISC & PD" | ||
| 26 | LICENSE:${PN}-dbg = "BSD-3-Clause & ISC & PD" | ||
| 27 | LICENSE:${PN}-dev = "BSD-3-Clause & ISC & PD" | ||
| 28 | LICENSE:${PN}-doc = "BSD-3-Clause & ISC & PD" | ||
| 29 | LICENSE:${PN}-locale = "BSD-3-Clause & ISC & PD" | ||
| 30 | LICENSE:${PN}-src = "BSD-3-Clause & ISC & PD" | ||
| 31 | LICENSE:${PN}-staticdev = "BSD-3-Clause & ISC & PD" | ||
| 32 | |||
| 33 | LIC_FILES_CHKSUM = "file://COPYING;md5=9b087a0981a1fcad42efbba6d4925a0f" | 25 | LIC_FILES_CHKSUM = "file://COPYING;md5=9b087a0981a1fcad42efbba6d4925a0f" |
| 26 | |||
| 34 | SECTION = "libs" | 27 | SECTION = "libs" |
| 35 | 28 | ||
| 36 | SRC_URI = "https://libbsd.freedesktop.org/releases/${BPN}-${PV}.tar.xz" | 29 | SRC_URI = "https://libbsd.freedesktop.org/releases/${BPN}-${PV}.tar.xz" |
