[oe-commits] [meta-openembedded] 06/25: vim: provide xxd

git at git.openembedded.org git at git.openembedded.org
Sat Jul 21 07:05:06 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 34988c5319b08a14a145d82ed1057468f22632f9
Author: Rasmus Villemoes <rasmus.villemoes at prevas.dk>
AuthorDate: Wed Jul 18 10:14:51 2018 +0200

    vim: provide xxd
    
    The xxd tool is quite useful by itself. For example, building U-boot
    using the CONFIG_USE_DEFAULT_ENV_FILE option requires that the host
    provides xxd, and it's nicer to be able to put xxd-native rather than
    vim-native in that recipe's dependencies.
    
    Signed-off-by: Rasmus Villemoes <rasmus.villemoes at prevas.dk>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/vim/vim_8.1.0172.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/vim/vim_8.1.0172.bb b/meta-oe/recipes-support/vim/vim_8.1.0172.bb
index 8e99919..b188c15 100644
--- a/meta-oe/recipes-support/vim/vim_8.1.0172.bb
+++ b/meta-oe/recipes-support/vim/vim_8.1.0172.bb
@@ -111,3 +111,5 @@ ALTERNATIVE_LINK_NAME[vim] = "${bindir}/vim"
 ALTERNATIVE_PRIORITY = "100"
 
 BBCLASSEXTEND = "native"
+
+PROVIDES += "xxd"

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


More information about the Openembedded-commits mailing list