From d671fe15a0b01c9a73630de30533591913bee4c4 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Wed, 6 Jul 2022 14:41:36 +0200 Subject: [PATCH] meta-digi-dey: remove obsolete python2 based recipe This is the only python2-based recipe in our layer, so remove it to be able to remove the 'meta-python2' layer from DEY as well. Apparently it was introduced for some Optee dependence and it was used in previous versions of 'meta-imx', but 'meta-imx' removed it as well for Kirkstone, so we do the same here. Signed-off-by: Javier Viguera --- .../python/python-erpc_git.bb | 27 ------------------- 1 file changed, 27 deletions(-) delete mode 100644 meta-digi-dey/recipes-devtools/python/python-erpc_git.bb diff --git a/meta-digi-dey/recipes-devtools/python/python-erpc_git.bb b/meta-digi-dey/recipes-devtools/python/python-erpc_git.bb deleted file mode 100644 index 11eb36c67..000000000 --- a/meta-digi-dey/recipes-devtools/python/python-erpc_git.bb +++ /dev/null @@ -1,27 +0,0 @@ -SUMMARY = "Python version of the NXP eRPC infrastructure" -DESCRIPTION = "eRPC (Embedded RPC) is an open source Remote Procedure Call (RPC) system for multichip embedded systems and heterogeneous multicore SoCs" -LICENSE = "BSD-3-Clause" -AUTHOR = "Jun Zhu " - -RDEPENDS:${PN} = "python-pyserial python-enum34 python-argparse python-threading python-shell" - -LIC_FILES_CHKSUM = "file://readme.md;md5=d3d754f8e1f07a15e65da588118bf793" - -SRC_URI = "git://github.com/EmbeddedRPC/erpc.git;protocol=https;branch=develop" - -SRCREV = "a5bb96821c111164defa6c8c932e189a8bcf86c2" -S = "${WORKDIR}/git/erpc_python" - -PV = "1.7+git${SRCPV}" - -inherit setuptools - -do_configure[noexec] = "1" - -do_compile:prepend () { - export IS_YOCTO="1" -} - -do_install:prepend () { - export IS_YOCTO="1" -}