[meta-zephyr,09/10] python3-lpc-checksum: remove, unused

Message ID 20220513112448.2257180-9-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 dde88ba4 but nothing uses it.

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

Patch

diff --git a/meta-zephyr-core/recipes-devtools/python/python3-lpc-checksum_2.2.0.bb b/meta-zephyr-core/recipes-devtools/python/python3-lpc-checksum_2.2.0.bb
deleted file mode 100644
index 503f7ca..0000000
--- a/meta-zephyr-core/recipes-devtools/python/python3-lpc-checksum_2.2.0.bb
+++ /dev/null
@@ -1,14 +0,0 @@ 
-# SPDX-FileCopyrightText: Huawei Inc.
-# SPDX-License-Identifier: Apache-2.0
-
-SUMMARY = "Python lpc_checksum"
-HOMEPAGE = "https://pypi.org/project/lpc_checksum"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=85c86965b0249c221935f585c0313d60"
-
-inherit pypi setuptools3
-
-PYPI_PACKAGE = "lpc_checksum"
-SRC_URI[md5sum] = "eef81888414a111e1fd5992b8614b6cb"
-SRC_URI[sha256sum] = "1f2fb198483cc718141f1aa0ed4717fd188e29874d7db0409d1ed04358b64185"
-BBCLASSEXTEND = "native nativesdk"