mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
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>
This commit is contained in:
+2
-2
@@ -1,10 +1,10 @@
|
|||||||
DESCRIPTION="header-only library for creating parsers according to Parsing Expression Grammar"
|
DESCRIPTION="header-only library for creating parsers according to Parsing Expression Grammar"
|
||||||
HOMEPAGE="https://github.com/taocpp/PEGTL"
|
HOMEPAGE="https://github.com/taocpp/PEGTL"
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=5b6701671289d12b7ffa69138832c006"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=dccf35ef30bf912bb07b01d469965293"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/taocpp/PEGTL.git;protocol=https;branch=3.x"
|
SRC_URI = "git://github.com/taocpp/PEGTL.git;protocol=https;branch=3.x"
|
||||||
SRCREV = "eeba7fa1180655bd683be620cc31be35607442ca"
|
SRCREV = "464d866d8bbf4c8ddc5b67422d09b60ad3b918fc"
|
||||||
|
|
||||||
inherit cmake
|
inherit cmake
|
||||||
|
|
||||||
Reference in New Issue
Block a user