diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-09-14 14:01:42 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-09-16 18:01:55 -0400 |
commit | 36cf756b0a829391ca3cb8c0f29bcc21d55251cd (patch) | |
tree | 9b30c8389b236bdaee6b5ff12093c00bd683a2d7 | |
parent | 6fed58d8cb55d4dad7c79adbe0b109e0670e64f3 (diff) | |
download | meta-virtualization-36cf756b0a829391ca3cb8c0f29bcc21d55251cd.tar.gz |
python3-sphinx: add specific Licenses
The LICENSE field for python3-sphinx is not specific enough, and doesn't
contain all the integrated package licenses.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-devtools/python/python3-sphinx_4.2.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python3-sphinx_4.2.0.bb b/recipes-devtools/python/python3-sphinx_4.2.0.bb index dbb60009..01f36ea0 100644 --- a/recipes-devtools/python/python3-sphinx_4.2.0.bb +++ b/recipes-devtools/python/python3-sphinx_4.2.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "Python documentation generator" | 1 | DESCRIPTION = "Python documentation generator" |
2 | HOMEPAGE = "http://sphinx-doc.org/" | 2 | HOMEPAGE = "http://sphinx-doc.org/" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "BSD" | 4 | LICENSE = "BSD-2-Clause & BSD-3-Clause & MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=82cc7d23060a75a07b820eaaf75abecf" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=82cc7d23060a75a07b820eaaf75abecf" |
6 | 6 | ||
7 | PYPI_PACKAGE = "Sphinx" | 7 | PYPI_PACKAGE = "Sphinx" |