[meta-zephyr][PATCH 09/10] python3-lpc-checksum: remove, unused
This recipe was added to meta-zephyr in dde88ba4 but nothing uses it.
Signed-off-by: Ross Burton <ross.burton@...> --- .../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 diff --git a/meta-zephyr-core/recipes-devtools/python/python3-lpc-checksu= m_2.2.0.bb b/meta-zephyr-core/recipes-devtools/python/python3-lpc-checksu= m_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 =3D "Python lpc_checksum" -HOMEPAGE =3D "https://pypi.org/project/lpc_checksum" -LICENSE =3D "MIT" -LIC_FILES_CHKSUM =3D "file://LICENSE;md5=3D85c86965b0249c221935f585c0313= d60" - -inherit pypi setuptools3 - -PYPI_PACKAGE =3D "lpc_checksum" -SRC_URI[md5sum] =3D "eef81888414a111e1fd5992b8614b6cb" -SRC_URI[sha256sum] =3D "1f2fb198483cc718141f1aa0ed4717fd188e29874d7db040= 9d1ed04358b64185" -BBCLASSEXTEND =3D "native nativesdk" --=20 2.25.1 |
|