mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
Now that we have a common inc file for both vim and vim-tiny move a few bits of logic out of vim.inc and in to vim_$VER.bb so that vim adds things rather than vim-tiny removes them. Suggested-by: Martin Jansa <martin.jansa@gmail.com> (From OE-Core rev: a9f62ea2c380375c749a28405708bfdb7754f51f) Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
11 lines
214 B
BlitzBasic
11 lines
214 B
BlitzBasic
require vim.inc
|
|
|
|
PROVIDES = "xxd"
|
|
|
|
PACKAGECONFIG_class-native = ""
|
|
BBCLASSEXTEND = "native"
|
|
|
|
ALTERNATIVE_${PN}_append = " xxd"
|
|
ALTERNATIVE_TARGET[xxd] = "${bindir}/xxd"
|
|
ALTERNATIVE_LINK_NAME[xxd] = "${bindir}/xxd"
|