xxd is not available in vim-tiny, so remove from the default ALTERNATIVE list to fix the following warning:
vim-tiny: alternative target (/usr/bin/xxd or /usr/bin/xxd.vim-tiny) does not exist, skipping Signed-off-by: Ricardo Salveti <[email protected]> --- meta-oe/recipes-support/vim/vim-tiny_8.1.0347.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/vim/vim-tiny_8.1.0347.bb b/meta-oe/recipes-support/vim/vim-tiny_8.1.0347.bb index 23f6aec49..8b1fb7b11 100644 --- a/meta-oe/recipes-support/vim/vim-tiny_8.1.0347.bb +++ b/meta-oe/recipes-support/vim/vim-tiny_8.1.0347.bb @@ -3,6 +3,7 @@ require vim_${PV}.bb SUMMARY += " (with tiny features)" PROVIDES_remove = "xxd" +ALTERNATIVE_${PN}_remove = "xxd" PACKAGECONFIG += "tiny" -- 2.17.1 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
