aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo@foundries.io>2018-11-05 19:48:28 -0200
committerKhem Raj <raj.khem@gmail.com>2018-11-05 17:48:09 -0800
commitd77cac3c54cde327b9032fb93454712d07d183ac (patch)
tree67300858560c5b00b935ed0b3091e9e8fd5f6ee2
parent3be07aff4636e4a656a2da9f070cb0b03f4bc2a4 (diff)
downloadmeta-openembedded-d77cac3c54cde327b9032fb93454712d07d183ac.tar.gz
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>
-rw-r--r--meta-oe/recipes-support/vim/vim-tiny_8.1.0347.bb1
1 files changed, 1 insertions, 0 deletions
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 23f6aec49a..8b1fb7b115 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"