vim/vim-tiny: fix multiple .bb files provide xxd

Since the following commit applied:
...
commit 34988c5319
Author: Rasmus Villemoes <rasmus.villemoes@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@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Hongxu Jia
2018-07-23 10:38:46 +08:00
committed by Khem Raj
parent ff33f477c7
commit b8655771bd
+1 -1
View File
@@ -112,4 +112,4 @@ ALTERNATIVE_PRIORITY = "100"
BBCLASSEXTEND = "native"
PROVIDES += "xxd"
PROVIDES += "${PN}-xxd"