Signed-off-by: Dan Murphy <[email protected]> --- meta-optee/recipes-security/optee/optee-client.bb | 4 ++-- meta-optee/recipes-security/optee/optee-os_git.bb | 4 ++-- meta-optee/recipes-security/optee/optee-test_git.bb | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/meta-optee/recipes-security/optee/optee-client.bb b/meta-optee/recipes-security/optee/optee-client.bb index c31fb30..7b471f3 100644 --- a/meta-optee/recipes-security/optee/optee-client.bb +++ b/meta-optee/recipes-security/optee/optee-client.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/OP-TEE/optee_client" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=a6d62e1b5fef18a1854bd538e3160d7c" -PV = "2.3.0+git${SRCPV}" +PV = "2.4.0+git${SRCPV}" inherit pythonnative systemd @@ -12,7 +12,7 @@ SRC_URI = "git://github.com/OP-TEE/optee_client.git \ file://tee-supplicant.service" S = "${WORKDIR}/git" -SRCREV = "365657667f8968f40237480169fea44fa3fb9949" +SRCREV = "1df4046bd729e866743454a18a71e72228e585fd" SYSTEMD_SERVICE_${PN} = "tee-supplicant.service" diff --git a/meta-optee/recipes-security/optee/optee-os_git.bb b/meta-optee/recipes-security/optee/optee-os_git.bb index a194c8c..5dcb0e3 100644 --- a/meta-optee/recipes-security/optee/optee-os_git.bb +++ b/meta-optee/recipes-security/optee/optee-os_git.bb @@ -4,13 +4,13 @@ DESCRIPTION = "OPTEE OS" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=69663ab153298557a59c67a60a743e5b" -PV="2.3.0+git${SRCPV}" +PV="2.4.0+git${SRCPV}" DEPENDS = "python-wand-native python-pycrypto-native" inherit deploy pythonnative -SRCREV = "28fcee179fc908ee2001a135179366d794af7878" +SRCREV = "a92d4a6698b0acc8147fba21b10c7e4473da3b9e" SRC_URI = "git://github.com/OP-TEE/optee_os.git \ file://0001-allow-setting-sysroot-for-libgcc-lookup.patch \ " diff --git a/meta-optee/recipes-security/optee/optee-test_git.bb b/meta-optee/recipes-security/optee/optee-test_git.bb index 3fd267c..cdc51ef 100644 --- a/meta-optee/recipes-security/optee/optee-test_git.bb +++ b/meta-optee/recipes-security/optee/optee-test_git.bb @@ -8,14 +8,14 @@ DEPENDS = "optee-client optee-os python-pycrypto-native" inherit pythonnative -PV = "2.3.0+git${SRCPV}" +PV = "2.4.0+git${SRCPV}" SRC_URI = "git://github.com/OP-TEE/optee_test.git \ file://fix-build-failure-with-GCC6.patch \ " S = "${WORKDIR}/git" -SRCREV = "a4653559d989d5006f67f4498be4cb090be12f79" +SRCREV = "170a1ee60a98b407790d97dc682568981d344ca3" OPTEE_CLIENT_EXPORT = "${STAGING_DIR_HOST}${prefix}" TEEC_EXPORT = "${STAGING_DIR_HOST}${prefix}" -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
