summaryrefslogtreecommitdiffstats
path: root/recipes-security/optee-imx/optee-test_3.2.0.imx.bb
diff options
context:
space:
mode:
authorPeter Griffin <peter.griffin@linaro.org>2020-04-08 21:24:52 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2020-04-17 12:48:54 -0300
commit3fd85f63dc0894a7f0caa62146b99cd7f400e671 (patch)
treecabb403114ff92cc5ed0f443208c006e1ec438fe /recipes-security/optee-imx/optee-test_3.2.0.imx.bb
parent4ab569fb67b9499e4782071aec9ba92174184786 (diff)
downloadmeta-freescale-3fd85f63dc0894a7f0caa62146b99cd7f400e671.tar.gz
optee-test_3.2.0.imx: add patch to use python3, backported from v3.8.0
This avoids build errors such as optee-test/3.2.0.imx-r0/git/out/ta/crypt//mid_crt.c] Error 127 | /usr/bin/env: ‘python’: No such file or directory Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Diffstat (limited to 'recipes-security/optee-imx/optee-test_3.2.0.imx.bb')
-rw-r--r--recipes-security/optee-imx/optee-test_3.2.0.imx.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-security/optee-imx/optee-test_3.2.0.imx.bb b/recipes-security/optee-imx/optee-test_3.2.0.imx.bb
index 03cb2b57..dc92511a 100644
--- a/recipes-security/optee-imx/optee-test_3.2.0.imx.bb
+++ b/recipes-security/optee-imx/optee-test_3.2.0.imx.bb
@@ -19,6 +19,7 @@ SRC_URI = "${OPTEE_TEST_SRC};branch=${SRCBRANCH} \
19 file://0004-build-ignore-declaration-after-statement-warnings.patch \ 19 file://0004-build-ignore-declaration-after-statement-warnings.patch \
20 file://0005-benchmark_1000-fix-compilation-against-musl-uint.patch \ 20 file://0005-benchmark_1000-fix-compilation-against-musl-uint.patch \
21 file://0006-regression_8100-use-null-terminated-strings-with-fil.patch \ 21 file://0006-regression_8100-use-null-terminated-strings-with-fil.patch \
22 file://0001-use-python3-instead-of-python.patch \
22" 23"
23 24
24S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"