All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe] [PATCH] vim-tiny: remove alternative for xxd
@ 2018-11-05 21:48 Ricardo Salveti
  0 siblings, 0 replies; only message in thread
From: Ricardo Salveti @ 2018-11-05 21:48 UTC (permalink / raw)
  To: openembedded-devel

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>
---
 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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-11-05 21:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-05 21:48 [meta-oe] [PATCH] vim-tiny: remove alternative for xxd Ricardo Salveti

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.