]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit - meta/recipes-support/vim/vim.inc
vim: restore the 'chmod -x' workaround in do_install
authorChen Qi <Qi.Chen@windriver.com>
Mon, 8 Jun 2020 01:36:33 +0000 (09:36 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 9 Jun 2020 12:18:25 +0000 (13:18 +0100)
commitbf3e799e32b4de300887b844b0b7bce3d60ca379
treedeecb90faa58c41cd13ea160a03d5e635ec3172d
parent932b282a51f65c99847651ea1399c38b538bf432
vim: restore the 'chmod -x' workaround in do_install

These workarounds are removed because a previous patch
solve the host path reference for gawk and perl, and it skips
the do_package_qa issue by setting the INSANE_SKIP. But it
introduces regression for do_rootfs. The dependencies are
calculated and will require packages like python, perl, gawk
and csh. The error is like below.

Error:
 Problem: conflicting requests
    - nothing provides /bin/csh needed by vim-tools-8.2-r0.corei7_64
    - nothing provides /usr/bin/nawk needed by vim-tools-8.2-r0.corei7_64
    - nothing provides /usr/bin/python needed by vim-tools-8.2-r0.corei7_64

So we keep the previous patch which solve the host path reference
problem and restore the long-used 'chmod -x' workaround here.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/vim/vim.inc