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
committerKoen Kooi <koen.kooi@linaro.org>2016-06-23 07:35:37 +0200
commitccd2279d52f17b821eba14c5aba81d098bfe4a42 (patch)
tree0b3ac1e36c10ccec116d9072c200f43859806f8a /meta-optee/recipes-security
parenta326f4f7f310ed6336579ee5b87d30073bfa125d (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