aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Griffin <peter.griffin@linaro.org>2019-11-18 13:55:35 +0100
committerPeter Griffin <peter.griffin@linaro.org>2019-11-18 13:55:38 +0100
commitd5ef45ca86294d88d94d707fd58a8d94696669a7 (patch)
tree4e85a2facf6f05c3b974dcdb8b5b1f15397bb445
parent2b0d21d178e653ff97fe5be3b30b3c1292bda28d (diff)
optee-test_git: fixup 927f6af
Update the SRCREV to 3.7.0 tag. Also use python3. Remove the old patches which are no longer required. xtest now reports +----------------------------------------------------- 24109 subtests of which 3 failed 97 test cases of which 1 failed 0 test cases were skipped TEE test application done! Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Change-Id: I55df529b16f40fbea4fa7ca0422fa5451dbf47e2
-rw-r--r--meta-optee/recipes-security/optee/optee-test_git.bb9
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-optee/recipes-security/optee/optee-test_git.bb b/meta-optee/recipes-security/optee/optee-test_git.bb
index dd5e12d8..a6fae9d7 100644
--- a/meta-optee/recipes-security/optee/optee-test_git.bb
+++ b/meta-optee/recipes-security/optee/optee-test_git.bb
@@ -4,20 +4,17 @@ HOMEPAGE = "https://github.com/OP-TEE/optee_test"
LICENSE = "BSD & GPLv2"
LIC_FILES_CHKSUM = "file://${S}/LICENSE.md;md5=daa2bcccc666345ab8940aab1315a4fa"
-DEPENDS = "optee-client optee-os python-pycrypto-native"
+inherit python3native
-inherit pythonnative
+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://fix-build-failure-with-GCC6.patch \
- file://regression-4011-correct-potential-overflow.patch \
- file://xtest-prevent-unexpected-build-warning-with-strncpy.patch \
"
S = "${WORKDIR}/git"
-SRCREV = "5659bceaa001cf8271327d8c0005c8ef3371fdfc"
+SRCREV = "227d6f4c40eaa6f84fe049b9e48c7b27ad7fab08"
OPTEE_CLIENT_EXPORT = "${STAGING_DIR_HOST}${prefix}"
TEEC_EXPORT = "${STAGING_DIR_HOST}${prefix}"