]> code.ossystems Code Review - openembedded-core.git/commit
recipetool/create_buildsys_python: treat BSD as BSD-3-Clause
authorRoss Burton <ross@burtonini.com>
Fri, 3 Sep 2021 13:24:59 +0000 (14:24 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 3 Sep 2021 14:26:25 +0000 (15:26 +0100)
commita879fff9af31e45b1acc3f19a3c2a7eaf6319ad4
tree42293b72a326730fae67bbedd2d5d2cfc7ec8b8d
parent9a2e2251e34d020cf24d6552c06d7508df3199fa
recipetool/create_buildsys_python: treat BSD as BSD-3-Clause

The PyPI license classifiers include "OSI Approved: BSD", which does not
specify which of the many variations of BSD license it actually means.

The generic "BSD" license in the oe-core set is actually BSD-3-Clause.
>From a random sample of ten PyPI modules that use "BSD", they are all
BSD-3-Clause.  As we expect the recipe maintainer to verify the license
anyway, and this matches the previous license text, explicitly set the
license to BSD-3-Clause.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/recipetool/create_buildsys_python.py