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