aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/pegtl/pegtl_2.8.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/pegtl/pegtl_2.8.3.bb')
-rw-r--r--meta-oe/recipes-extended/pegtl/pegtl_2.8.3.bb12
1 files changed, 0 insertions, 12 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
deleted file mode 100644
index 92741d8178..0000000000
--- a/meta-oe/recipes-extended/pegtl/pegtl_2.8.3.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-DESCRIPTION="header-only library for creating parsers according to Parsing Expression Grammar"
-HOMEPAGE="https://github.com/taocpp/PEGTL"
-LICENSE="MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=6a5195f720a8d436a4148e0cb8660400"
-
-SRCREV = "47e878ad4fd72c91253c9d47b6f17e001ca2dfcf"
-SRC_URI = "git://github.com/taocpp/PEGTL.git;protocol=https;branch=2.x \
- "
-
-inherit cmake
-
-S = "${WORKDIR}/git"