summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/pegtl/pegtl_2.1.4.bb11
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 @@
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=80cb066ab204c7fe022f1cfe0c2c6818"
5
6SRCREV = "776fa4a1e8bda860008524f6dd9473967c8375b1"
7SRC_URI = "git://git@github.com/taocpp/PEGTL.git;protocol=https;branch=master"
8
9inherit cmake
10
11S = "${WORKDIR}/git"