Message ID | 20220513112448.2257180-2-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [meta-zephyr,01/10] python3-cbor: remove, unused and obsolete | expand |
Hi Eilís Ní Fhlannagáin, All these Python recipes can be moved to meta-python if needed ! Regards, Naveen > -----Original Message----- > From: yocto@lists.yoctoproject.org <yocto@lists.yoctoproject.org> On > Behalf Of Ross Burton > Sent: Friday, May 13, 2022 7:25 PM > To: yocto@lists.yoctoproject.org > Cc: elizabeth.flanagan@huawei.com > Subject: [yocto] [meta-zephyr][PATCH 02/10] python3-gitlint: remove, > unused > > This recipe was added to meta-zephyr in de73bdba but nothing uses it. > > Signed-off-by: Ross Burton <ross.burton@arm.com> > --- > .../python/python3-gitlint_0.15.1.bb | 14 -------------- > 1 file changed, 14 deletions(-) > delete mode 100644 meta-zephyr-core/recipes-devtools/python/python3- > gitlint_0.15.1.bb > > diff --git a/meta-zephyr-core/recipes-devtools/python/python3- > gitlint_0.15.1.bb b/meta-zephyr-core/recipes-devtools/python/python3- > gitlint_0.15.1.bb > deleted file mode 100644 > index 143e2cb..0000000 > --- a/meta-zephyr-core/recipes-devtools/python/python3-gitlint_0.15.1.bb > +++ /dev/null > @@ -1,14 +0,0 @@ > -# SPDX-FileCopyrightText: Huawei Inc. > -# SPDX-License-Identifier: Apache-2.0 > - > -SUMMARY = "Python gitlint" > -HOMEPAGE = "https://pypi.org/project/gitlint" > -LICENSE = "MIT" > -LIC_FILES_CHKSUM = > "file://LICENSE;md5=2ddf75221dde30f107af8595a43b4009" > - > -inherit pypi setuptools3 > - > -PYPI_PACKAGE = "gitlint" > -SRC_URI[md5sum] = "4835bedc50129934a47cf099d906d2ca" > -SRC_URI[sha256sum] = > "4b22916dcbdca381244aee6cb8d8743756cfd98f27e7d1f02e78733f07c3c21c" > -BBCLASSEXTEND = "native nativesdk" > -- > 2.25.1
diff --git a/meta-zephyr-core/recipes-devtools/python/python3-gitlint_0.15.1.bb b/meta-zephyr-core/recipes-devtools/python/python3-gitlint_0.15.1.bb deleted file mode 100644 index 143e2cb..0000000 --- a/meta-zephyr-core/recipes-devtools/python/python3-gitlint_0.15.1.bb +++ /dev/null @@ -1,14 +0,0 @@ -# SPDX-FileCopyrightText: Huawei Inc. -# SPDX-License-Identifier: Apache-2.0 - -SUMMARY = "Python gitlint" -HOMEPAGE = "https://pypi.org/project/gitlint" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2ddf75221dde30f107af8595a43b4009" - -inherit pypi setuptools3 - -PYPI_PACKAGE = "gitlint" -SRC_URI[md5sum] = "4835bedc50129934a47cf099d906d2ca" -SRC_URI[sha256sum] = "4b22916dcbdca381244aee6cb8d8743756cfd98f27e7d1f02e78733f07c3c21c" -BBCLASSEXTEND = "native nativesdk"
This recipe was added to meta-zephyr in de73bdba but nothing uses it. Signed-off-by: Ross Burton <ross.burton@arm.com> --- .../python/python3-gitlint_0.15.1.bb | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 meta-zephyr-core/recipes-devtools/python/python3-gitlint_0.15.1.bb