diff options
| author | Ricardo Salveti <ricardo@foundries.io> | 2018-11-05 19:48:28 -0200 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-11-15 13:18:51 -0800 |
| commit | caad6b80b2565f20ad0e8f34c7afa914fa9ce8ed (patch) | |
| tree | e564e267d8fd38d0db0cd8b0fd1b0130be121d49 /meta-oe/recipes-support | |
| parent | 7c35fa380763d9ee1bdb271a574a67b960d864ba (diff) | |
| download | meta-openembedded-caad6b80b2565f20ad0e8f34c7afa914fa9ce8ed.tar.gz | |
vim-tiny: remove alternative for xxd
xxd is not available in vim-tiny, so remove from the default ALTERNATIVE
list to fix the following warning:
vim-tiny: alternative target (/usr/bin/xxd or /usr/bin/xxd.vim-tiny)
does not exist, skipping
Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
| -rw-r--r-- | meta-oe/recipes-support/vim/vim-tiny_8.1.0347.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/vim/vim-tiny_8.1.0347.bb b/meta-oe/recipes-support/vim/vim-tiny_8.1.0347.bb index 23f6aec49a..8b1fb7b115 100644 --- a/meta-oe/recipes-support/vim/vim-tiny_8.1.0347.bb +++ b/meta-oe/recipes-support/vim/vim-tiny_8.1.0347.bb | |||
| @@ -3,6 +3,7 @@ require vim_${PV}.bb | |||
| 3 | SUMMARY += " (with tiny features)" | 3 | SUMMARY += " (with tiny features)" |
| 4 | 4 | ||
| 5 | PROVIDES_remove = "xxd" | 5 | PROVIDES_remove = "xxd" |
| 6 | ALTERNATIVE_${PN}_remove = "xxd" | ||
| 6 | 7 | ||
| 7 | PACKAGECONFIG += "tiny" | 8 | PACKAGECONFIG += "tiny" |
| 8 | 9 | ||
