mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-27 12:40:19 +00:00
Point release. Two patches needed rebasing: 0009-Using-native-binaries.patch's context shifted because upstream added its own '<@(emulator)' gyp variable (defaults to empty in common.gypi) to a couple of the same action arrays this patch touches; this recipe never sets GYP_DEFINES emulator=..., so it stays empty and our v8-qemu-wrapper.sh insertion is unaffected either way. 0007-positional-args.patch's single-line shebang fix (bash -> sh) was already applied on top of an unrelated wording change upstream made to the same 3-line fixture file, just offset by one line (context-only). AI-Generated: Uses Claude Code Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>