[meta-zephyr,5/6] meta-zephyr-core/python3-imgtool: remove, duplicate of meta-python recipe

Message ID 20220509155600.2363787-5-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 recipe has been in meta-python since kirkstone (94fc0589b).

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

Patch

diff --git a/meta-zephyr-core/recipes-devtools/python/python3-imgtool_1.7.2.bb b/meta-zephyr-core/recipes-devtools/python/python3-imgtool_1.7.2.bb
deleted file mode 100644
index 40d8176..0000000
--- a/meta-zephyr-core/recipes-devtools/python/python3-imgtool_1.7.2.bb
+++ /dev/null
@@ -1,14 +0,0 @@ 
-# SPDX-FileCopyrightText: Huawei Inc.
-# SPDX-License-Identifier: Apache-2.0
-
-SUMMARY = "Python imgtool"
-HOMEPAGE = "https://pypi.org/project/imgtool"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://setup.cfg;md5=3f78c6150b7d619a476c799812e31d5a"
-
-inherit pypi setuptools3
-
-PYPI_PACKAGE = "imgtool"
-SRC_URI[md5sum] = "08fe63c644977aa8f9e6038e2067c3de"
-SRC_URI[sha256sum] = "799484f3f61e398ac4157548f309b6baa4084e464176449694ba9de7909eed6e"
-BBCLASSEXTEND = "native nativesdk"