]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
vim: not adjust script pathnames for native scripts either
authorMingli Yu <mingli.yu@windriver.com>
Fri, 8 Jul 2022 08:00:08 +0000 (16:00 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Jul 2022 22:56:06 +0000 (23:56 +0100)
commit79232458b9cdc741a2049d83839af73f58a5554c
tree5e73cdd3902bd399693320083560588eaed3eab3
parent5eb32f3557d0b2fd7b7f23964180054ff2d8879b
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]

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/vim/files/no-path-adjust.patch