summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Jonas <toertel@gmail.com>2020-11-12 20:28:10 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-20 10:53:21 +0000
commit83477f0280011e86f346ef7c1ea16780899e7805 (patch)
treefd06c5a92b4ec12bda185206082bb8c312c675ac
parent7e7893983f7cdb3907883cfd555d2f975f0af861 (diff)
downloadpoky-83477f0280011e86f346ef7c1ea16780899e7805.tar.gz
libbsd: Remove BSD-4-Clause from main package
libbsd contains a multitude of licenses. For (commercial) projects the 3rd clause of the BSD-4-Clause license can be problematic. But only a few man pages use this license. This means that the main package containing the binary library itself is not under BSD-4-Clause ruling. (From OE-Core rev: e822d8423fb836cc821b5c87d1b4f30477a313fd) Signed-off-by: Mark Jonas <toertel@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 9c3e3f83b5fb162d161a7b9773d426418a22c05f) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/libbsd/libbsd_0.10.0.bb3
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
30LICENSE = "BSD-4-Clause & ISC & PD" 30LICENSE = "BSD-3-Clause & BSD-4-Clause & ISC & PD"
31LICENSE_${PN} = "BSD-3-Clause & ISC & PD"
31LIC_FILES_CHKSUM = "file://COPYING;md5=2120be0173469a06ed185b688e0e1ae0" 32LIC_FILES_CHKSUM = "file://COPYING;md5=2120be0173469a06ed185b688e0e1ae0"
32SECTION = "libs" 33SECTION = "libs"
33 34