summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-extended/pegtl/pegtl_2.8.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/pegtl/pegtl_2.8.3.bb b/meta-oe/recipes-extended/pegtl/pegtl_2.8.3.bb
index 92741d8178..01233699a5 100644
--- a/meta-oe/recipes-extended/pegtl/pegtl_2.8.3.bb
+++ b/meta-oe/recipes-extended/pegtl/pegtl_2.8.3.bb
@@ -10,3 +10,5 @@ SRC_URI = "git://github.com/taocpp/PEGTL.git;protocol=https;branch=2.x \
10inherit cmake 10inherit cmake
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13
14CXXFLAGS += " -Wno-error=type-limits"