aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2019-11-18 15:14:22 +0000
committerLinaro Code Review <review@review.linaro.org>2019-11-18 15:14:22 +0000
commit7aa6c044798f2e074286415dd0b209951824a018 (patch)
treeb867434bbdea3bc031c8e9aa228ef004ca64e275
parente62ae92fee548d64c2d91f00f340dd41b0754ca0 (diff)
parentd5ef45ca86294d88d94d707fd58a8d94696669a7 (diff)
Merge "optee-test_git: fixup 927f6af"
-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}"