[meta-zephyr,6/6] meta-zephyr-core/python3-pylink: remove, obviously unused

Message ID 20220509155600.2363787-6-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:56 p.m. UTC
This recipe wasn't actually named *.bb, so it wasn't parsed at all, so
it can't have been used.

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

Patch

diff --git a/meta-zephyr-core/recipes-devtools/python/python3-pylink b/meta-zephyr-core/recipes-devtools/python/python3-pylink
deleted file mode 100644
index ddfe3ca..0000000
--- a/meta-zephyr-core/recipes-devtools/python/python3-pylink
+++ /dev/null
@@ -1,11 +0,0 @@ 
-SUMMARY = "Python pylink-square"
-HOMEPAGE ="https://pypi.org/project/pylink-square"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://MANIFEST.in;md5=8aa920a7ab8eabc590a0ab6dbe1b3bf2"
-
-inherit pypi setuptools3
-
-PYPI_PACKAGE = "pylink-square"
-SRC_URI[md5sum] = "e156ee1c73516e8b2cf52347f6c663f3"
-SRC_URI[sha256sum] = "45674112acab890483ee738bb3957e18cc6063dca763fc91283f890fb72d2f59"
-BBCLASSEXTEND = "native nativesdk"