diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-07-07 23:38:08 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-10 10:47:31 +0100 |
commit | 8d7e8bd2f71997a3ab79c583cd9427167aab02c9 (patch) | |
tree | f438b6fdb9d3d69da3c9c690d44b0579e70e06e8 | |
parent | 1ee1b5fee4d8fab0929a69a41609f5e8b1259e72 (diff) | |
download | poky-8d7e8bd2f71997a3ab79c583cd9427167aab02c9.tar.gz |
re2c: upgrade to 4.3
It introduces new features, improvements, and bug fixes, including
- a new code generation model using recursive functions
- new block types
- improved compile-time performance
It also adds a new warning, -Wdeprecated-eof-rule, and improves
the handling of the end-of-input rule
(From OE-Core rev: 58d930580862af1f8db1e359f02a880695048025)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/re2c/re2c_4.3.bb (renamed from meta/recipes-support/re2c/re2c_4.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/re2c/re2c_4.2.bb b/meta/recipes-support/re2c/re2c_4.3.bb index 0696080603..eafdf93078 100644 --- a/meta/recipes-support/re2c/re2c_4.2.bb +++ b/meta/recipes-support/re2c/re2c_4.3.bb | |||
@@ -7,7 +7,7 @@ LICENSE = "PD" | |||
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=64eca4d8a3b67f9dc7656094731a2c8d" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=64eca4d8a3b67f9dc7656094731a2c8d" |
8 | 8 | ||
9 | SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz" | 9 | SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz" |
10 | SRC_URI[sha256sum] = "c9dc2b24f340d135a07a1ac63ff53f7f8f74997fed5a4e9132a64050dbc3da1f" | 10 | SRC_URI[sha256sum] = "51e88d6d6b6ab03eb7970276aca7e0db4f8e29c958b84b561d2fdcb8351c7150" |
11 | GITHUB_BASE_URI = "https://github.com/skvadrik/re2c/releases" | 11 | GITHUB_BASE_URI = "https://github.com/skvadrik/re2c/releases" |
12 | 12 | ||
13 | BBCLASSEXTEND = "native nativesdk" | 13 | BBCLASSEXTEND = "native nativesdk" |