From e5720a565092602f940aa3974c51c0c34bf64bdb Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 9 May 2022 16:55:56 +0100 Subject: [PATCH] meta-zephyr-core/python3-sphinx: remove, duplicate of oe-core recipe This has been in oe-core since kirkstone (1899e59). Signed-off-by: Ross Burton Signed-off-by: Naveen Saini --- .../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 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"