summaryrefslogtreecommitdiffstats
path: root/recipes-security/optee/optee-test-qoriq_git.bb
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>2020-01-22 10:53:13 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2020-01-23 17:51:00 -0300
commit166d5ad78731bc9747baf41ca4bc6da91f884242 (patch)
tree268931fb71e17161b5087cb1dabbe9076e4bfb43 /recipes-security/optee/optee-test-qoriq_git.bb
parent08063be6fa9a4f8541eca8e92e5f678ed3234fdd (diff)
downloadmeta-freescale-166d5ad78731bc9747baf41ca4bc6da91f884242.tar.gz
optee[-imx]: update recipes to use python3
Since Python2 is dropped in oe-core and classes are not available anymore, optee components should be updated to utilize python3. optee-os recipe received an additionl patch to re-target the Python version in the source tree to python3. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Diffstat (limited to 'recipes-security/optee/optee-test-qoriq_git.bb')
-rw-r--r--recipes-security/optee/optee-test-qoriq_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/optee/optee-test-qoriq_git.bb b/recipes-security/optee/optee-test-qoriq_git.bb
index 1c6ca22e..7aea24f9 100644
--- a/recipes-security/optee/optee-test-qoriq_git.bb
+++ b/recipes-security/optee/optee-test-qoriq_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${S}/LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa"
6 6
7DEPENDS = "optee-client-qoriq optee-os-qoriq python-pycrypto-native" 7DEPENDS = "optee-client-qoriq optee-os-qoriq python-pycrypto-native"
8 8
9inherit pythonnative 9inherit python3native
10 10
11SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_test;nobranch=1 \ 11SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_test;nobranch=1 \
12 file://0001-fix-build-failure-with-GCC-9.patch \ 12 file://0001-fix-build-failure-with-GCC-9.patch \