]> code.ossystems Code Review - openembedded-core.git/commit
vim: Rework to not rely on relative directories
authorTom Rini <trini@konsulko.com>
Wed, 1 May 2019 12:51:08 +0000 (08:51 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 May 2019 22:10:13 +0000 (23:10 +0100)
commit2eb66c1ff55a3fe9785967f45f1cb6a27df44f93
tree48868a63efcb79ec398edd56991699ec9c83c8aa
parent17e87510378f2729208a8262695f28e1efe5eb4c
vim: Rework to not rely on relative directories

The vim recipe has all of the code inside the "src" subdirectory but
other things we rely on, such as the license file in a subdirectory
relative to the src.  However, as there is a top-level "configure"
script that moves us down to the src directory, we can rework the recipe
to be overall more simple and regularly laid out if we use that.

Signed-off-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/vim/vim-tiny_8.1.1017.bb
meta/recipes-support/vim/vim_8.1.1017.bb