diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-05-12 17:03:35 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-13 10:29:21 +0100 |
| commit | 06f0cb94389962203f973288ad47079df7cf2a42 (patch) | |
| tree | bcca4d7810e71ca5ba773a29a5ced673a632d12d | |
| parent | 35b09267eb6875cb1691d55cf86a46b545954e9e (diff) | |
| download | poky-06f0cb94389962203f973288ad47079df7cf2a42.tar.gz | |
re2c: upgrade 4.1 -> 4.2
Changelog:
============
- Added Swift backend
- Added options:
"--lang swift"
"--computed-gotos-relative"
- Added configurations:
"re2c:cgoto:relative", "re2c:computed-gotos:relative"
"re2c:yyfn:throw"
- Added syntax file code templates:
"code:cgoto"
"code:cgoto_data"
"code:yytarget_filter"
"code:type_yyctable"
- Added syntax file conditionals:
".cgoto.relative"
".yyfn.throw"
- Added some C++ benchmarks without submatch extraction.
(From OE-Core rev: 7e3df01de59b55bb3fc8fef9fb36a98ca9b007fd)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-support/re2c/re2c_4.2.bb (renamed from meta/recipes-support/re2c/re2c_4.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/re2c/re2c_4.1.bb b/meta/recipes-support/re2c/re2c_4.2.bb index 238f95f745..0696080603 100644 --- a/meta/recipes-support/re2c/re2c_4.1.bb +++ b/meta/recipes-support/re2c/re2c_4.2.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] = "cd7d9bbadb3f04f20da25e20e155655de57beef48e0807266938069f0e322e8b" | 10 | SRC_URI[sha256sum] = "c9dc2b24f340d135a07a1ac63ff53f7f8f74997fed5a4e9132a64050dbc3da1f" |
| 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" |
