diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-10-15 00:26:19 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-10-16 09:50:38 -0700 |
| commit | 9efdbda8d0bea84c1bf116d19c7db700a1445e24 (patch) | |
| tree | 7da893ccb78c4f17d3f974f9c86fcbf87b90880c | |
| parent | 7166ec4f768944867e654f1da21d28d0ca18fe0d (diff) | |
| download | meta-openembedded-9efdbda8d0bea84c1bf116d19c7db700a1445e24.tar.gz | |
pegtl: update to 3.2.1
License-Update: copyright years.
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-extended/pegtl/pegtl_3.2.1.bb (renamed from meta-oe/recipes-extended/pegtl/pegtl_2.8.3.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-extended/pegtl/pegtl_2.8.3.bb b/meta-oe/recipes-extended/pegtl/pegtl_3.2.1.bb index 01233699a5..f0ae229414 100644 --- a/meta-oe/recipes-extended/pegtl/pegtl_2.8.3.bb +++ b/meta-oe/recipes-extended/pegtl/pegtl_3.2.1.bb | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | DESCRIPTION="header-only library for creating parsers according to Parsing Expression Grammar" | 1 | DESCRIPTION="header-only library for creating parsers according to Parsing Expression Grammar" |
| 2 | HOMEPAGE="https://github.com/taocpp/PEGTL" | 2 | HOMEPAGE="https://github.com/taocpp/PEGTL" |
| 3 | LICENSE="MIT" | 3 | LICENSE="MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6a5195f720a8d436a4148e0cb8660400" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5b6701671289d12b7ffa69138832c006" |
| 5 | 5 | ||
| 6 | SRCREV = "47e878ad4fd72c91253c9d47b6f17e001ca2dfcf" | 6 | SRC_URI = "git://github.com/taocpp/PEGTL.git;protocol=https;branch=main" |
| 7 | SRC_URI = "git://github.com/taocpp/PEGTL.git;protocol=https;branch=2.x \ | 7 | SRCREV = "6d03c8decc22b4ddd51115e2170e0e82413c7104" |
| 8 | " | ||
| 9 | 8 | ||
| 10 | inherit cmake | 9 | inherit cmake |
| 11 | 10 | ||
