diff options
-rw-r--r-- | meta/recipes-support/libbsd/libbsd_0.10.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/libbsd/libbsd_0.10.0.bb b/meta/recipes-support/libbsd/libbsd_0.10.0.bb index 3b9ac5a01f..5b32b9af41 100644 --- a/meta/recipes-support/libbsd/libbsd_0.10.0.bb +++ b/meta/recipes-support/libbsd/libbsd_0.10.0.bb | |||
@@ -27,7 +27,8 @@ HOMEPAGE = "https://libbsd.freedesktop.org/wiki/" | |||
27 | # License: ISC-Original | 27 | # License: ISC-Original |
28 | # License: public-domain | 28 | # License: public-domain |
29 | # License: public-domain-Colin-Plumb | 29 | # License: public-domain-Colin-Plumb |
30 | LICENSE = "BSD-4-Clause & ISC & PD" | 30 | LICENSE = "BSD-3-Clause & BSD-4-Clause & ISC & PD" |
31 | LICENSE_${PN} = "BSD-3-Clause & ISC & PD" | ||
31 | LIC_FILES_CHKSUM = "file://COPYING;md5=2120be0173469a06ed185b688e0e1ae0" | 32 | LIC_FILES_CHKSUM = "file://COPYING;md5=2120be0173469a06ed185b688e0e1ae0" |
32 | SECTION = "libs" | 33 | SECTION = "libs" |
33 | 34 | ||