mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
3798321fc9
The license file changed because the vim format tag on the last line of the file changed. Specify the the license end line to avoid this problem. Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 lines
252 B
BlitzBasic
15 lines
252 B
BlitzBasic
require vim_${PV}.bb
|
|
|
|
SUMMARY += " (with tiny features)"
|
|
|
|
PROVIDES_remove = "xxd"
|
|
|
|
PACKAGECONFIG += "tiny"
|
|
|
|
do_install() {
|
|
install -D -m 0755 ${S}/vim ${D}/${bindir}/vim.tiny
|
|
}
|
|
|
|
ALTERNATIVE_PRIORITY = "90"
|
|
ALTERNATIVE_TARGET = "${bindir}/vim.tiny"
|