From 9efdbda8d0bea84c1bf116d19c7db700a1445e24 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Fri, 15 Oct 2021 00:26:19 +0200 Subject: pegtl: update to 3.2.1 License-Update: copyright years. Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj --- meta-oe/recipes-extended/pegtl/pegtl_2.8.3.bb | 14 -------------- meta-oe/recipes-extended/pegtl/pegtl_3.2.1.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 14 deletions(-) delete mode 100644 meta-oe/recipes-extended/pegtl/pegtl_2.8.3.bb create mode 100644 meta-oe/recipes-extended/pegtl/pegtl_3.2.1.bb (limited to 'meta-oe') 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 01233699a5..0000000000 --- a/meta-oe/recipes-extended/pegtl/pegtl_2.8.3.bb +++ /dev/null @@ -1,14 +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" - -CXXFLAGS += " -Wno-error=type-limits" diff --git a/meta-oe/recipes-extended/pegtl/pegtl_3.2.1.bb b/meta-oe/recipes-extended/pegtl/pegtl_3.2.1.bb new file mode 100644 index 0000000000..f0ae229414 --- /dev/null +++ b/meta-oe/recipes-extended/pegtl/pegtl_3.2.1.bb @@ -0,0 +1,13 @@ +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=5b6701671289d12b7ffa69138832c006" + +SRC_URI = "git://github.com/taocpp/PEGTL.git;protocol=https;branch=main" +SRCREV = "6d03c8decc22b4ddd51115e2170e0e82413c7104" + +inherit cmake + +S = "${WORKDIR}/git" + +CXXFLAGS += " -Wno-error=type-limits" -- cgit v1.2.3-54-g00ecf