[oe] [meta-oe][PATCH] vim/vim-tiny: fix multiple .bb files provide xxd

Hongxu Jia hongxu.jia at windriver.com
Mon Jul 23 02:38:46 UTC 2018


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>
---
 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"
-- 
2.7.4




More information about the Openembedded-devel mailing list