From: Alexander Kanavin Date: Wed, 14 Jun 2023 09:29:07 +0000 (+0200) Subject: python3-sphinx: remove BSD-3-Clause from LICENSE X-Git-Tag: uninative-4.1~419 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3e4aa691c44bdcfd40c6ed3947dc19991b88454;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-sphinx: remove BSD-3-Clause from LICENSE License-Update: BSD-3-Clause code removed in https://github.com/sphinx-doc/sphinx/commit/a7f5d91c29d6f377b9fe7e926965c6f9d3e7b802 which was a part of 7.0.1 update Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-sphinx_7.0.1.bb b/meta/recipes-devtools/python/python3-sphinx_7.0.1.bb index 7af45828612..10e01a2d7ae 100644 --- a/meta/recipes-devtools/python/python3-sphinx_7.0.1.bb +++ b/meta/recipes-devtools/python/python3-sphinx_7.0.1.bb @@ -1,7 +1,7 @@ SUMMARY = "Python documentation generator" HOMEPAGE = "http://sphinx-doc.org/" SECTION = "devel/python" -LICENSE = "BSD-2-Clause & MIT & BSD-3-Clause" +LICENSE = "BSD-2-Clause & MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=5eb6ac1b115a1ed24a12d9f15b633993" PYPI_PACKAGE = "Sphinx"