aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Griffin <peter.griffin@linaro.org>2020-02-03 22:50:15 +0100
committerPeter Griffin <peter.griffin@linaro.org>2020-02-03 23:23:51 +0100
commitc0f537e7c58c78d293cfb008733bba4394342807 (patch)
treeb3d88863999ced86f9111c383eddd92abecbbb8f
parent507bde5c72080c57922585c987ad0028adc12cf1 (diff)
optee-examples: update to python3
python2 packages have removed from oe-core. Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Change-Id: Ife7959c6b8a2caa1a98fee6cd9fb6a0045bc2a7f
-rw-r--r--meta-optee/recipes-security/optee/optee-examples.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-optee/recipes-security/optee/optee-examples.bb b/meta-optee/recipes-security/optee/optee-examples.bb
index 7714aab0..5593f26f 100644
--- a/meta-optee/recipes-security/optee/optee-examples.bb
+++ b/meta-optee/recipes-security/optee/optee-examples.bb
@@ -4,9 +4,9 @@ HOMEPAGE = "https://github.com/linaro-swg/optee_examples"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=cd95ab417e23b94f381dafc453d70c30"
-DEPENDS = "optee-client optee-os python-pycrypto-native"
+DEPENDS = "optee-client optee-os python3-pycrypto-native"
-inherit pythonnative
+inherit python3native
SRC_URI = "git://github.com/linaro-swg/optee_examples.git"
SRCREV = "559b2141c16bf0f57ccd72f60e4deb84fc2a05b0"