diff mbox series

[5/5] optee-test_git.bb: add python3 backport patch

Message ID 1580319525-32054-6-git-send-email-peter.griffin@linaro.org
State New
Headers show
Series Add OP-TEE recipes to meta-arm layer | expand

Commit Message

Peter Griffin Jan. 29, 2020, 5:38 p.m. UTC
python2 is now EOL. This patch updates to python3
but is a backport from v3.8.0 release.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>

---
 meta-arm/recipes-security/optee/optee-test_git.bb | 1 +
 1 file changed, 1 insertion(+)

-- 
2.7.4
diff mbox series

Patch

diff --git a/meta-arm/recipes-security/optee/optee-test_git.bb b/meta-arm/recipes-security/optee/optee-test_git.bb
index a6fae9d..3f431c3 100644
--- a/meta-arm/recipes-security/optee/optee-test_git.bb
+++ b/meta-arm/recipes-security/optee/optee-test_git.bb
@@ -11,6 +11,7 @@  DEPENDS = "optee-client optee-os python3-pycrypto-native"
 PV = "3.7.0+git${SRCPV}"
 
 SRC_URI = "git://github.com/OP-TEE/optee_test.git \
+          file://0001-use-python3-instead-of-python.patch \
           "
 S = "${WORKDIR}/git"