[meta-zephyr,2/6] meta-zephyr-core/python3-sphinx: remove, duplicate of oe-core recipe

Message ID 20220509155600.2363787-2-ross.burton@arm.com
State New
Headers show
Series [meta-zephyr,1/6] meta-zephyr-core/python3-pygments: remove, duplicate of oe-core recipe | expand

Commit Message

Ross Burton May 9, 2022, 3:55 p.m. UTC
This has been in oe-core since kirkstone (1899e59).

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../python/python3-sphinx_4.2.0.bb                 | 14 --------------
 1 file changed, 14 deletions(-)
 delete mode 100644 meta-zephyr-core/recipes-devtools/python/python3-sphinx_4.2.0.bb

Patch

diff --git a/meta-zephyr-core/recipes-devtools/python/python3-sphinx_4.2.0.bb b/meta-zephyr-core/recipes-devtools/python/python3-sphinx_4.2.0.bb
deleted file mode 100644
index 290fabb..0000000
--- a/meta-zephyr-core/recipes-devtools/python/python3-sphinx_4.2.0.bb
+++ /dev/null
@@ -1,14 +0,0 @@ 
-# SPDX-FileCopyrightText: Huawei Inc.
-# SPDX-License-Identifier: Apache-2.0
-
-DESCRIPTION = "Python documentation generator"
-HOMEPAGE = "http://sphinx-doc.org/"
-SECTION = "devel/python"
-LICENSE = "BSD-2-Clause & BSD-3-Clause & MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=82cc7d23060a75a07b820eaaf75abecf"
-
-inherit setuptools3 pypi
-
-PYPI_PACKAGE = "Sphinx"
-SRC_URI[sha256sum] = "94078db9184491e15bce0a56d9186e0aec95f16ac20b12d00e06d4e36f1058a6"
-BBCLASSEXTEND = "native nativesdk"