mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
7e7893983f
commit
83477f0280
@@ -27,7 +27,8 @@ HOMEPAGE = "https://libbsd.freedesktop.org/wiki/"
|
||||
# License: ISC-Original
|
||||
# License: public-domain
|
||||
# License: public-domain-Colin-Plumb
|
||||
LICENSE = "BSD-4-Clause & ISC & PD"
|
||||
LICENSE = "BSD-3-Clause & BSD-4-Clause & ISC & PD"
|
||||
LICENSE_${PN} = "BSD-3-Clause & ISC & PD"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=2120be0173469a06ed185b688e0e1ae0"
|
||||
SECTION = "libs"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user