summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/pegtl/pegtl_3.2.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/pegtl/pegtl_3.2.5.bb')
-rw-r--r--meta-oe/recipes-extended/pegtl/pegtl_3.2.5.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/pegtl/pegtl_3.2.5.bb b/meta-oe/recipes-extended/pegtl/pegtl_3.2.5.bb
new file mode 100644
index 0000000000..b4e0d17b37
--- /dev/null
+++ b/meta-oe/recipes-extended/pegtl/pegtl_3.2.5.bb
@@ -0,0 +1,13 @@
1DESCRIPTION="header-only library for creating parsers according to Parsing Expression Grammar"
2HOMEPAGE="https://github.com/taocpp/PEGTL"
3LICENSE="MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=5b6701671289d12b7ffa69138832c006"
5
6SRC_URI = "git://github.com/taocpp/PEGTL.git;protocol=https;branch=3.x"
7SRCREV = "eeba7fa1180655bd683be620cc31be35607442ca"
8
9inherit cmake
10
11S = "${WORKDIR}/git"
12
13CXXFLAGS += " -Wno-error=type-limits"