mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
d77cac3c54
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>
16 lines
285 B
BlitzBasic
16 lines
285 B
BlitzBasic
require vim_${PV}.bb
|
|
|
|
SUMMARY += " (with tiny features)"
|
|
|
|
PROVIDES_remove = "xxd"
|
|
ALTERNATIVE_${PN}_remove = "xxd"
|
|
|
|
PACKAGECONFIG += "tiny"
|
|
|
|
do_install() {
|
|
install -D -m 0755 ${S}/vim ${D}/${bindir}/vim.tiny
|
|
}
|
|
|
|
ALTERNATIVE_PRIORITY = "90"
|
|
ALTERNATIVE_TARGET = "${bindir}/vim.tiny"
|