]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
vim: not adjust script pathnames for native scripts either
authorMingli Yu <mingli.yu@windriver.com>
Mon, 25 Aug 2025 19:31:19 +0000 (21:31 +0200)
committerSteve Sakoman <steve@sakoman.com>
Tue, 2 Sep 2025 16:19:51 +0000 (09:19 -0700)
commit671f8cec8ef463d75e9393c5fc03cf913ef9edf6
tree39c3c27a8e6d514d0e1325d17701181424c5e3c2
parent34cb9674a5ce337a75af0dc415706d0323c427a6
vim: not adjust script pathnames for native scripts either

After the below commit introduced, the shebang size of native scripts
is also checked, so rework the patch to fix the gap.
377fe11bc0 insane.bbclass: Make do_qa_staging check shebangs

Fixes:
   ERROR: QA Issue: : /work/x86_64-linux/vim-native/9.0.0005-r0/sysroot-destdir/work/x86_64-linux/vim-native/9.0.0005-r0/recipe-sysroot-native/usr/share/vim/vim90/tools/mve.awk maximum shebang size exceeded, the maximum size is 128. [shebang-size]
   ERROR: QA Issue: : /work/x86_64-linux/vim-native/9.0.0005-r0/sysroot-destdir/work/x86_64-linux/vim-native/9.0.0005-r0/recipe-sysroot-native/usr/share/vim/vim90/tools/efm_perl.pl maximum shebang size exceeded, the maximum size is 128. [shebang-size]

(From OE-Core rev: 79232458b9cdc741a2049d83839af73f58a5554c)

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-support/vim/files/no-path-adjust.patch