Since the following commit applied:
...
commit 34988c5319b08a14a145d82ed1057468f22632f9
Author: Rasmus Villemoes <rasmus.villem...@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....@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

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to