[meta-zephyr,10/10] python3-pyocd: remove, unused

Message ID 20220513112448.2257180-10-ross.burton@arm.com
State New
Headers show
Series [meta-zephyr,01/10] python3-cbor: remove, unused and obsolete | expand

Commit Message

Ross Burton May 13, 2022, 11:24 a.m. UTC
This recipe was added to meta-zephyr in de73bdba but nothing uses it.

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

Patch

diff --git a/meta-zephyr-core/recipes-devtools/python/python3-pyocd_0.32.0.bb b/meta-zephyr-core/recipes-devtools/python/python3-pyocd_0.32.0.bb
deleted file mode 100644
index bbdae6a..0000000
--- a/meta-zephyr-core/recipes-devtools/python/python3-pyocd_0.32.0.bb
+++ /dev/null
@@ -1,14 +0,0 @@ 
-# SPDX-FileCopyrightText: Huawei Inc.
-# SPDX-License-Identifier: Apache-2.0
-
-SUMMARY = "Python pyocd"
-HOMEPAGE = "https://pypi.org/project/pyocd"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=421492e27872cb498685e9d7649f63a2"
-
-inherit pypi setuptools3
-
-PYPI_PACKAGE = "pyocd"
-SRC_URI[md5sum] = "25153f563a629bb2be7560e2dc23c0a8"
-SRC_URI[sha256sum] = "d5aa498130f251373ac50724be73dc2f8cf60b03c9547bddf3c140fa6555ead1"
-BBCLASSEXTEND = "native nativesdk"