diff options
| author | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | 2018-07-18 10:14:51 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-07-20 16:07:12 -0700 |
| commit | 34988c5319b08a14a145d82ed1057468f22632f9 (patch) | |
| tree | 3a1be65aa95248f3f27d5168588261a5bbdbdbb9 | |
| parent | ac0fe93e546f5b33ad32f96214450fe189674f14 (diff) | |
| download | meta-openembedded-34988c5319b08a14a145d82ed1057468f22632f9.tar.gz | |
vim: provide xxd
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 <rasmus.villemoes@prevas.dk>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/vim/vim_8.1.0172.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 8e99919bd8..b188c15c3d 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" | |||
| 111 | ALTERNATIVE_PRIORITY = "100" | 111 | ALTERNATIVE_PRIORITY = "100" |
| 112 | 112 | ||
| 113 | BBCLASSEXTEND = "native" | 113 | BBCLASSEXTEND = "native" |
| 114 | |||
| 115 | PROVIDES += "xxd" | ||
