summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/pegtl/pegtl_3.2.6.bb
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-07-07 15:00:46 +0800
committerKhem Raj <raj.khem@gmail.com>2022-07-07 08:24:26 -0700
commitd5680971ecf989b0176f7165cabc7a6de004779b (patch)
treed09eee3cd8786d63700af73d75a7857fafaad674 /meta-oe/recipes-extended/pegtl/pegtl_3.2.6.bb
parent01d12fdd2f6b59d3ce2d168e5145ff35ee440b1e (diff)
downloadmeta-openembedded-d5680971ecf989b0176f7165cabc7a6de004779b.tar.gz
pegtl: upgrade 3.2.5 -> 3.2.6
License-Update: Copyright year updated to 2022. Changelog: ========= Made unwind() optional for parse tree nodes. Fixed demangle() for MSVC, again. Fixed demangle() for GCC 12. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
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.bb13
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 @@
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=dccf35ef30bf912bb07b01d469965293"
5
6SRC_URI = "git://github.com/taocpp/PEGTL.git;protocol=https;branch=3.x"
7SRCREV = "464d866d8bbf4c8ddc5b67422d09b60ad3b918fc"
8
9inherit cmake
10
11S = "${WORKDIR}/git"
12
13CXXFLAGS += " -Wno-error=type-limits"