[oe-commits] [meta-openembedded] 39/73: vim-tiny: remove alternative for xxd

git at git.openembedded.org git at git.openembedded.org
Sun Nov 25 20:55:50 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch thud-next
in repository meta-openembedded.

commit caad6b80b2565f20ad0e8f34c7afa914fa9ce8ed
Author: Ricardo Salveti <ricardo at foundries.io>
AuthorDate: Mon Nov 5 19:48:28 2018 -0200

    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 at foundries.io>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 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 23f6aec..8b1fb7b 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list