From b8655771bd1b52af52b229bd83f2170a95077324 Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Mon, 23 Jul 2018 10:38:46 +0800 Subject: [PATCH] vim/vim-tiny: fix multiple .bb files provide xxd Since the following commit applied: ... commit 34988c5319b08a14a145d82ed1057468f22632f9 Author: Rasmus Villemoes 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 Signed-off-by: Khem Raj --- 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 b188c15c3d..fd2afbc5ae 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"