[oe-commits] [meta-openembedded] 10/35: vim, vim-tiny: Make vim provide xxd without vim-tiny doing it too

git at git.openembedded.org git at git.openembedded.org
Fri Aug 3 16:01:34 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 d561c5cb6bbcc0f44baaa65bc8878a121d4c9786
Author: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
AuthorDate: Wed Aug 1 00:14:41 2018 +0200

    vim, vim-tiny: Make vim provide xxd without vim-tiny doing it too
    
    There is no xxd in vim-tiny, so there is no reason to provide
    vim-tiny-xxd. Besides, it is typically "xxd-native" that one wants to be
    able to depend on, not "vim-native-xxd" (then the old dependency on
    vim-native already did the trick).
    
    Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/vim/vim-tiny_8.1.0172.bb | 2 ++
 meta-oe/recipes-support/vim/vim_8.1.0172.bb      | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/vim/vim-tiny_8.1.0172.bb b/meta-oe/recipes-support/vim/vim-tiny_8.1.0172.bb
index 84ad659..23f6aec 100644
--- a/meta-oe/recipes-support/vim/vim-tiny_8.1.0172.bb
+++ b/meta-oe/recipes-support/vim/vim-tiny_8.1.0172.bb
@@ -2,6 +2,8 @@ require vim_${PV}.bb
 
 SUMMARY += " (with tiny features)"
 
+PROVIDES_remove = "xxd"
+
 PACKAGECONFIG += "tiny"
 
 do_install() {
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 fd2afbc..371fe35 100644
--- a/meta-oe/recipes-support/vim/vim_8.1.0172.bb
+++ b/meta-oe/recipes-support/vim/vim_8.1.0172.bb
@@ -1,5 +1,7 @@
 SUMMARY = "Vi IMproved - enhanced vi editor"
 SECTION = "console/utils"
+
+PROVIDES = "xxd"
 DEPENDS = "ncurses gettext-native"
 # vimdiff doesn't like busybox diff
 RSUGGESTS_${PN} = "diffutils"
@@ -111,5 +113,3 @@ ALTERNATIVE_LINK_NAME[vim] = "${bindir}/vim"
 ALTERNATIVE_PRIORITY = "100"
 
 BBCLASSEXTEND = "native"
-
-PROVIDES += "${PN}-xxd"

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


More information about the Openembedded-commits mailing list