From 4ccd87245dda5b08c45da79f9b205b74fbfa3696 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 10 Nov 2021 16:24:13 +0000 Subject: [PATCH] arm/python3-cbor: remove, cbor2 is used now This recipe was used by trusted-firmware-m and python3-imgtool, both of which now use python3-cbor2. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- .../python/python3-cbor_1.0.0.bb | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 meta-arm/recipes-devtools/python/python3-cbor_1.0.0.bb diff --git a/meta-arm/recipes-devtools/python/python3-cbor_1.0.0.bb b/meta-arm/recipes-devtools/python/python3-cbor_1.0.0.bb deleted file mode 100644 index 1df062bc..00000000 --- a/meta-arm/recipes-devtools/python/python3-cbor_1.0.0.bb +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "An implementation of RFC 7049 - Concise Binary Object Representation (CBOR)." -HOMEPAGE = "https://github.com/brianolson/cbor_py" - -LICENSE = "Apache-2.0" -# Use a line from setup.py until LICENSE is distributed -# (https://github.com/brianolson/cbor_py/issues/20) -LIC_FILES_CHKSUM = "file://setup.py;beginline=88;endline=88;md5=267392b618a88b03e5987f69d9b98699" - -SRC_URI[md5sum] = "22b03b59784fd78cb6c27aa498af0db6" -SRC_URI[sha256sum] = "13225a262ddf5615cbd9fd55a76a0d53069d18b07d2e9f19c39e6acb8609bbb6" - -PYPI_PACKAGE = "cbor" - -inherit pypi setuptools3 - -BBCLASSEXTEND = "native"