[oe-commits] [meta-openembedded] 05/13: vim-tiny: remove alternative for xxd

git at git.openembedded.org git at git.openembedded.org
Fri Nov 9 14:36:10 UTC 2018


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

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