vim-tiny: remove alternative for xxd

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 <ricardo@foundries.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Ricardo Salveti
2018-11-05 19:48:28 -02:00
committed by Khem Raj
parent 3be07aff46
commit d77cac3c54
@@ -3,6 +3,7 @@ require vim_${PV}.bb
SUMMARY += " (with tiny features)"
PROVIDES_remove = "xxd"
ALTERNATIVE_${PN}_remove = "xxd"
PACKAGECONFIG += "tiny"