summaryrefslogtreecommitdiffstats
path: root/scripts/relocate_sdk.py
diff options
context:
space:
mode:
authorJiaying Song <jiaying.song.cn@windriver.com>2025-10-28 18:18:07 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-10-30 11:06:28 +0000
commit2f5d21049f6e91f9587b6f280ad360a56fecc100 (patch)
tree124ecbf0cf17eadd709247073b3cc87684d6a888 /scripts/relocate_sdk.py
parent351f7f3b4cfe4af8f5640e35e3ff0c266eff3a2c (diff)
downloadpoky-2f5d21049f6e91f9587b6f280ad360a56fecc100.tar.gz
kernel-devsrc: fix incorrect python shebang replacement
Update the sed replacement rule to strictly match '/usr/bin/python' (with no trailing characters) The previous sed rule was too broad and could incorrectly change Python shebangs such as in /lib/modules/6.16.11-yocto-standard/build/scripts/macro_checker.py from '#!/usr/bin/python3' to '#!/usr/bin/env python33'. (From OE-Core rev: c548259dbf55f2194088e62ad018560286834e49) Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/relocate_sdk.py')
0 files changed, 0 insertions, 0 deletions