diff options
Diffstat (limited to 'meta/recipes-support/vim/vim-tiny_8.1.1240.bb')
| -rw-r--r-- | meta/recipes-support/vim/vim-tiny_8.1.1240.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-support/vim/vim-tiny_8.1.1240.bb b/meta/recipes-support/vim/vim-tiny_8.1.1240.bb new file mode 100644 index 0000000000..74464833ad --- /dev/null +++ b/meta/recipes-support/vim/vim-tiny_8.1.1240.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | require vim_${PV}.bb | ||
| 2 | |||
| 3 | SUMMARY += " (with tiny features)" | ||
| 4 | |||
| 5 | PROVIDES_remove = "xxd" | ||
| 6 | ALTERNATIVE_${PN}_remove = "xxd" | ||
| 7 | |||
| 8 | PACKAGECONFIG += "tiny" | ||
| 9 | |||
| 10 | do_install() { | ||
| 11 | install -D -m 0755 ${S}/src/vim ${D}/${bindir}/vim.tiny | ||
| 12 | } | ||
| 13 | |||
| 14 | ALTERNATIVE_PRIORITY = "90" | ||
| 15 | ALTERNATIVE_TARGET = "${bindir}/vim.tiny" | ||
