summaryrefslogtreecommitdiffstats
path: root/recipes-security/optee/optee-test-qoriq_git.bb
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2020-04-18 22:55:34 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2020-05-06 15:52:35 -0300
commitff3ad8e7b7d1df81d979fff987c4b3a6c855a617 (patch)
tree936b1e0117d5a08d8dfd4fb105d39feaa4a0e689 /recipes-security/optee/optee-test-qoriq_git.bb
parent1fdfe9b50710a04e076fffa6dc766b01466c4f92 (diff)
downloadmeta-freescale-ff3ad8e7b7d1df81d979fff987c4b3a6c855a617.tar.gz
optee-test-qoriq: add patch to use python3
python2 is EOL January 2020. This fixes build failure due to python2. Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-security/optee/optee-test-qoriq_git.bb')
-rw-r--r--recipes-security/optee/optee-test-qoriq_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-security/optee/optee-test-qoriq_git.bb b/recipes-security/optee/optee-test-qoriq_git.bb
index 7205e9de..b66725c7 100644
--- a/recipes-security/optee/optee-test-qoriq_git.bb
+++ b/recipes-security/optee/optee-test-qoriq_git.bb
@@ -10,6 +10,7 @@ inherit 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 \
13 file://0001-use-python3-instead-of-python.patch \
13" 14"
14S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
15 16