The xxd tool is quite useful by itself. For example, building U-boot using the CONFIG_USE_DEFAULT_ENV_FILE option requires that the host provides xxd, and it's nicer to be able to put xxd-native rather than vim-native in that recipe's dependencies.
Signed-off-by: Rasmus Villemoes <[email protected]> --- meta-oe/recipes-support/vim/vim_8.1.0172.bb | 2 ++ 1 file changed, 2 insertions(+) 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 8e99919bd..b188c15c3 100644 --- a/meta-oe/recipes-support/vim/vim_8.1.0172.bb +++ b/meta-oe/recipes-support/vim/vim_8.1.0172.bb @@ -111,3 +111,5 @@ ALTERNATIVE_LINK_NAME[vim] = "${bindir}/vim" ALTERNATIVE_PRIORITY = "100" BBCLASSEXTEND = "native" + +PROVIDES += "xxd" -- 2.16.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
