diff options
| author | Jayanth Othayoth <ojayanth@gmail.com> | 2025-10-20 10:54:01 +0300 |
|---|---|---|
| committer | Patrick Williams <patrick@stwcx.xyz> | 2026-03-19 18:10:51 +0300 |
| commit | d6b501016bad685bea6ef947748c15e3bb52f11f (patch) | |
| tree | e6fe6d60fb328988f171caba9149ad7e9debaa5a /upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-libevdev | |
| parent | d3b6e420a62a5603e324dfd0d4a85fab98bd878b (diff) | |
| download | openbmc-d6b501016bad685bea6ef947748c15e3bb52f11f.tar.xz | |
meta-amd: fix BitBake spacing for walnascar
Update .bb, .bbappend, and .inc files to enforce consistent spacing
around '=' in variable assignments. This addresses stricter parsing
introduced in Yocto 5.2 (walnascar), which now rejects empty variable
names and malformed assignments (e.g., '+= "value"').
Changes:
- Convert FOO=bar → FOO = bar, FOO+=val → FOO += val
- Preserve indentation inside function blocks (e.g., do_install)
- Skip lines with multiple '=' or inline Python/shell code
Reference:
- Yocto 5.2 Migration Guide:
https://docs.yoctoproject.org/dev/migration-guides/release-notes-5.2.html
Change-Id: Ieae25a20e090b61d7cdc69f1255d48c077eb5be3
Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>
Diffstat (limited to 'upstream-layers/meta-openembedded/meta-python/recipes-devtools/python/python3-libevdev')
0 files changed, 0 insertions, 0 deletions
