aboutsummaryrefslogtreecommitdiff
path: root/meta-optee/recipes-security
diff options
context:
space:
mode:
authorDavid Brown <david.brown@linaro.org>2016-06-16 11:11:08 -0600
committerDavid Brown <david.brown@linaro.org>2016-06-16 11:12:29 -0600
commit212622b3d5f0741305d2d48735c0051b36912e0b (patch)
tree09a7e2d686f947a781b83b1fecaaf2bd6d96e5f4 /meta-optee/recipes-security
parent35fdd3ed4832d308828e2855e1d6ddb46f7c431d (diff)
optee-test: Remove warning workarounds
Now that the warnings are eliminated upstream, remove the workarounds for compiling. Change-Id: I43251bb58bca502d4c2c3bde38f02355e71672a8 Signed-off-by: David Brown <david.brown@linaro.org>
Diffstat (limited to 'meta-optee/recipes-security')
-rw-r--r--meta-optee/recipes-security/optee/optee-test_git.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-optee/recipes-security/optee/optee-test_git.bb b/meta-optee/recipes-security/optee/optee-test_git.bb
index 96261d72..49132edb 100644
--- a/meta-optee/recipes-security/optee/optee-test_git.bb
+++ b/meta-optee/recipes-security/optee/optee-test_git.bb
@@ -24,14 +24,10 @@ EXTRA_OEMAKE = " TA_DEV_KIT_DIR=${TA_DEV_KIT_DIR} \
TEEC_EXPORT=${TEEC_EXPORT} \
CROSS_COMPILE_HOST=${TARGET_PREFIX} \
CROSS_COMPILE_TA=${TARGET_PREFIX} \
- NOWERROR=1 \
V=1 \
"
do_compile() {
- # *sigh* don't enable -Werror if your code is dodgy and triggers a ton of gcc warnings.
- sed -i -e 's:-Werror : :g' ${S}/host/xtest/Makefile
-
# Top level makefile doesn't seem to handle parallel make gracefully
oe_runmake xtest
oe_runmake ta