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