From 36cf756b0a829391ca3cb8c0f29bcc21d55251cd Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 14 Sep 2021 14:01:42 -0400 Subject: [PATCH] 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 --- recipes-devtools/python/python3-sphinx_4.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ DESCRIPTION = "Python documentation generator" HOMEPAGE = "http://sphinx-doc.org/" SECTION = "devel/python" -LICENSE = "BSD" +LICENSE = "BSD-2-Clause & BSD-3-Clause & MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=82cc7d23060a75a07b820eaaf75abecf" PYPI_PACKAGE = "Sphinx"