diff options
| author | Ayoub Zaki <ayoub.zaki@embexus.com> | 2019-07-26 11:37:35 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-07-26 15:24:45 -0700 |
| commit | 087b917aaf538510db166bee036734ab463bb279 (patch) | |
| tree | 370e03fbcdeafc147e6e23ebacb4c21a13d690ea | |
| parent | d1321215f1231f6f88860ad5e5128b39f55a1304 (diff) | |
| download | meta-openembedded-087b917aaf538510db166bee036734ab463bb279.tar.gz | |
pegtl: Initial recipe
Introduce the Parsing Expression Grammar Template Library (PEGTL)
a zero-dependency C++ header-only parser combinator library for creating parsers
according to the Parsing Expression Grammar (PEG).
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-extended/pegtl/pegtl_2.1.4.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/pegtl/pegtl_2.1.4.bb b/meta-oe/recipes-extended/pegtl/pegtl_2.1.4.bb new file mode 100644 index 0000000000..f41eef2a01 --- /dev/null +++ b/meta-oe/recipes-extended/pegtl/pegtl_2.1.4.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 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=80cb066ab204c7fe022f1cfe0c2c6818" | ||
| 5 | |||
| 6 | SRCREV = "776fa4a1e8bda860008524f6dd9473967c8375b1" | ||
| 7 | SRC_URI = "git://git@github.com/taocpp/PEGTL.git;protocol=https;branch=master" | ||
| 8 | |||
| 9 | inherit cmake | ||
| 10 | |||
| 11 | S = "${WORKDIR}/git" | ||
