Bump to 3.16.0 and remove it from staging since it now builds again with
newer gcc versions.

Signed-off-by: Rouven Czerwinski <r.czerwin...@pengutronix.de>
---
 rules/optee-test.in   | 7 +------
 rules/optee-test.make | 4 ++--
 2 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/rules/optee-test.in b/rules/optee-test.in
index b6ef19cc0..ceb342bea 100644
--- a/rules/optee-test.in
+++ b/rules/optee-test.in
@@ -1,6 +1,4 @@
-## SECTION=staging
-## old section:
-### SECTION=security
+## SECTION=security
 
 config OPTEE_TEST
        tristate
@@ -12,6 +10,3 @@ config OPTEE_TEST
          The optee_test git contains the source code for the TEE sanity
          testsuite in Linux using the ARM(R) TrustZone(R) technology. It is
          distributed under the GPLv2 and BSD 2-clause open-source licenses.
-
-         STAGING: remove in ptxdist-2021.05.0
-         Old version that need to be updated. Fails to build with gcc >= 9.x.
diff --git a/rules/optee-test.make b/rules/optee-test.make
index 488e217a0..c876a9611 100644
--- a/rules/optee-test.make
+++ b/rules/optee-test.make
@@ -16,8 +16,8 @@ endif
 #
 # Paths and names
 #
-OPTEE_TEST_VERSION     := 3.5.0
-OPTEE_TEST_MD5         := e75893492a92ea835e8f7e22eaa9697e
+OPTEE_TEST_VERSION     := 3.16.0
+OPTEE_TEST_MD5         := 04b83cb243bb0f3a8dac1ce07556fced
 OPTEE_TEST             := optee-test-$(OPTEE_TEST_VERSION)
 OPTEE_TEST_SUFFIX      := tar.gz
 OPTEE_TEST_URL         := 
https://github.com/OP-TEE/optee_test/archive/$(OPTEE_TEST_VERSION).$(OPTEE_TEST_SUFFIX)
-- 
2.35.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to 
ptxdist-requ...@pengutronix.de

Reply via email to