Copying in Beth as she added these recipes in de73bdbabaa012fa4dbe87e4de25fca3f2db1129.

 

Ross

 

From: yocto@lists.yoctoproject.org <yocto@lists.yoctoproject.org> on behalf of Ross Burton via lists.yoctoproject.org <ross.burton=arm.com@lists.yoctoproject.org>
Date: Monday, 9 May 2022 at 16:56
To: yocto@lists.yoctoproject.org <yocto@lists.yoctoproject.org>
Cc: nd <nd@arm.com>, naveen.kumar.saini@intel.com <naveen.kumar.saini@intel.com>
Subject: [yocto] [meta-zephyr][PATCH 1/6] meta-zephyr-core/python3-pygments: remove, duplicate of oe-core recipe

python3-pygments has been in oe-core since Dunfell (5c0d4e59).

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

diff --git a/meta-zephyr-core/recipes-devtools/python/python3-pygments_2.10.0.bb b/meta-zephyr-core/recipes-devtools/python/python3-pygments_2.10.0.bb
deleted file mode 100644
index c4b63c1..0000000
--- a/meta-zephyr-core/recipes-devtools/python/python3-pygments_2.10.0.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-# SPDX-FileCopyrightText: Huawei Inc.
-# SPDX-License-Identifier: Apache-2.0
-
-SUMMARY = "Python pygments"
-HOMEPAGE = "https://pypi.org/project/Pygments/"
-DESCRIPTION = "Pygments is a syntax highlighting package written in Python."
-LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
-SRC_URI = "https://files.pythonhosted.org/packages/b7/b3/5cba26637fe43500d4568d0ee7b7362de1fb29c0e158d50b4b69e9a40422/Pygments-2.10.0.tar.gz"
-
-inherit pypi setuptools3
-
-PYPI_PACKAGE = "Pygments"
-SRC_URI[md5sum] = "87369a4e15019caf9cf056ab2c5858b3"
-BBCLASSEXTEND = "native nativesdk"
--
2.25.1