summaryrefslogtreecommitdiffstats
path: root/recipes-extended/odp/odp_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/odp/odp_git.bb')
-rw-r--r--recipes-extended/odp/odp_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-extended/odp/odp_git.bb b/recipes-extended/odp/odp_git.bb
index b9d45581..00575e24 100644
--- a/recipes-extended/odp/odp_git.bb
+++ b/recipes-extended/odp/odp_git.bb
@@ -28,7 +28,9 @@ EXTRA_OEMAKE = "CROSS_COMPILE="${TARGET_PREFIX}" \
28 SYSROOT="${STAGING_DIR_TARGET}" \ 28 SYSROOT="${STAGING_DIR_TARGET}" \
29" 29"
30 30
31CFLAGS += "-Wno-format-truncation -Wno-maybe-uninitialized -Wno-implicit-fallthrough" 31CFLAGS += "-Wno-format-truncation -Wno-maybe-uninitialized -Wno-implicit-fallthrough -Wno-cpp -Wno-cast-function-type \
32 -Wno-stringop-truncation \
33"
32 34
33PACKAGECONFIG[perf] = "--enable-test-perf,,," 35PACKAGECONFIG[perf] = "--enable-test-perf,,,"
34 36