summaryrefslogtreecommitdiffstats
path: root/recipes-security/optee/optee-test-qoriq_git.bb
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-07-10 17:28:29 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2019-07-12 17:18:34 -0300
commit2a7d645f2551e229a9cc8cd41b6249220fb00416 (patch)
tree0e567f7f2ed377a0da274cadb68a86b32897cbfe /recipes-security/optee/optee-test-qoriq_git.bb
parent54c0bed124396e3233a6e5867734f4166d91fbf3 (diff)
downloadmeta-freescale-2a7d645f2551e229a9cc8cd41b6249220fb00416.tar.gz
optee-test-qoriq: fix build failure with GCC9
*fix the below error: |error: '%*s' directive argument is not a nul-terminated string [-Werror=format-overflow=] Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'recipes-security/optee/optee-test-qoriq_git.bb')
-rw-r--r--recipes-security/optee/optee-test-qoriq_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-security/optee/optee-test-qoriq_git.bb b/recipes-security/optee/optee-test-qoriq_git.bb
index bb0c30d1..1c6ca22e 100644
--- a/recipes-security/optee/optee-test-qoriq_git.bb
+++ b/recipes-security/optee/optee-test-qoriq_git.bb
@@ -9,6 +9,7 @@ DEPENDS = "optee-client-qoriq optee-os-qoriq python-pycrypto-native"
9inherit pythonnative 9inherit pythonnative
10 10
11SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_test;nobranch=1 \ 11SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/optee_test;nobranch=1 \
12 file://0001-fix-build-failure-with-GCC-9.patch \
12" 13"
13S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
14 15