[oe-commits] [meta-openembedded] 01/05: vim/vim-tiny: fix multiple .bb files provide xxd

git at git.openembedded.org git at git.openembedded.org
Mon Jul 23 20:37:27 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 b8655771bd1b52af52b229bd83f2170a95077324
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Mon Jul 23 10:38:46 2018 +0800

    vim/vim-tiny: fix multiple .bb files provide xxd
    
    Since the following commit applied:
    ...
    commit 34988c5319b08a14a145d82ed1057468f22632f9
    Author: Rasmus Villemoes <rasmus.villemoes at prevas.dk>
    Date:   Wed Jul 18 10:14:51 2018 +0200
    
        vim: provide xxd
    ...
    
    And vim-tiny recipe contains vim reicpe, it caused both of
    them provides xxd. Add `${PN}' prefix to it.
    
    Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/vim/vim_8.1.0172.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 b188c15..fd2afbc 100644
--- a/meta-oe/recipes-support/vim/vim_8.1.0172.bb
+++ b/meta-oe/recipes-support/vim/vim_8.1.0172.bb
@@ -112,4 +112,4 @@ ALTERNATIVE_PRIORITY = "100"
 
 BBCLASSEXTEND = "native"
 
-PROVIDES += "xxd"
+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