diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-07-15 17:02:08 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-15 16:36:12 -0700 |
| commit | 25c2aa2773835268baaa60d562da329b0cf8e573 (patch) | |
| tree | 6c0ecc4937c102c3a877033be50b86a6c9b99dd4 /meta-oe/recipes-devtools | |
| parent | 4117b96652e658d698129a1d8652bad88212e33b (diff) | |
| download | meta-openembedded-25c2aa2773835268baaa60d562da329b0cf8e573.tar.gz | |
poke: upgrade 4.1 -> 4.2
Changelog:
=============
* Bug fixes
- Handle 'strdup' error correctly in mmap IO device.
- Exclude unnamed fields when traversing struct types. Fixes bug 31836.
- Replace 'strtok' with 'strtok_r' in pkl-ast.
- Fix the compiler to not accept invalid use of 'break'/'continue'
statements.
- Fix the compiler to emit the correct code for valid 'break'/'continue'
statements in more unconventional cases.
- Fix 'iogetb' to always produce a bit offset due to signature of
'iobias' function.
- Fix 'pkl_loc_to_source' to handle compilation from buffer correctly.
- Fix use of 'assert' function in parser.
* Improvements
- Diagnostics for invalid casts has been improved.
- Improve diagnostics of '.ios' command.
* Build system update
- Handle execution errors for 'pokefmt' tests.
* Pickles update
- 'diff_structured' function in 'diff' pickle has been fixed to detect
"simple types" correctly (types that have value semantics instead of
reference semantics).
* Documentation update
- Update reference manual to use '.vm disa' as short name for
'.vm disassemble' instead of '.vm dis'.
* Internal changes
- Internal machinery for compiler builtins has been removed. These were
no longer necessary.
* Jitter update
- Update jitter submodule to incorporate a fix for 'configure' portability
issue on some old systems.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
| -rw-r--r-- | meta-oe/recipes-devtools/poke/poke_4.2.bb (renamed from meta-oe/recipes-devtools/poke/poke_4.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/poke/poke_4.1.bb b/meta-oe/recipes-devtools/poke/poke_4.2.bb index 2963680704..eb840435c0 100644 --- a/meta-oe/recipes-devtools/poke/poke_4.1.bb +++ b/meta-oe/recipes-devtools/poke/poke_4.2.bb | |||
| @@ -11,7 +11,7 @@ SRC_URI = "${GNU_MIRROR}/poke/poke-${PV}.tar.gz \ | |||
| 11 | 11 | ||
| 12 | DEPENDS = "flex-native bison-native bdwgc readline" | 12 | DEPENDS = "flex-native bison-native bdwgc readline" |
| 13 | 13 | ||
| 14 | SRC_URI[sha256sum] = "08ecaea41f7374acd4238e12bbf97e8cd5e572d5917e956b73b9d43026e9d740" | 14 | SRC_URI[sha256sum] = "8aaf36e61e367a53140ea40e2559e9ec512e779c42bee34e7ac24b34ba119bde" |
| 15 | 15 | ||
| 16 | # poke does not support using out-of-tree builds | 16 | # poke does not support using out-of-tree builds |
| 17 | inherit autotools-brokensep gettext pkgconfig | 17 | inherit autotools-brokensep gettext pkgconfig |
