aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/flatcc/flatcc_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/flatcc/flatcc_git.bb')
-rw-r--r--meta-oe/recipes-devtools/flatcc/flatcc_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/flatcc/flatcc_git.bb b/meta-oe/recipes-devtools/flatcc/flatcc_git.bb
index 660a44c5a5..161c4107b5 100644
--- a/meta-oe/recipes-devtools/flatcc/flatcc_git.bb
+++ b/meta-oe/recipes-devtools/flatcc/flatcc_git.bb
@@ -10,6 +10,7 @@ PV = "0.6.2+gitr${SRCPV}"
SRC_URI = " \
git://github.com/dvidelabs/flatcc.git;protocol=https;branch=master \
+ file://0001-Check-for-C-standard-version-23-for-__fallthrough__.patch \
"
SRCREV = "1653ec964730ec7d9892a08a1695ada6d20f5196"
@@ -22,6 +23,7 @@ inherit cmake
EXTRA_OECMAKE += " \
-DFLATCC_INSTALL=On \
-DFLATCC_TEST=Off \
+ -DFLATCC_ALLOW_WERROR=Off \
"
BBCLASSEXTEND = "native nativesdk"