diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-support/vim/vim_8.2.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-support/vim/vim_8.2.bb b/meta/recipes-support/vim/vim_8.2.bb index f358e61132..fee9f055e9 100644 --- a/meta/recipes-support/vim/vim_8.2.bb +++ b/meta/recipes-support/vim/vim_8.2.bb | |||
| @@ -2,14 +2,18 @@ require vim.inc | |||
| 2 | 2 | ||
| 3 | PROVIDES = "xxd" | 3 | PROVIDES = "xxd" |
| 4 | 4 | ||
| 5 | RDEPENDS:${PN} = "ncurses-terminfo-base" | 5 | RDEPENDS:${PN} = "ncurses-terminfo-base ${PN}-xxd" |
| 6 | # Recommend that runtime data is installed along with vim | 6 | # Recommend that runtime data is installed along with vim |
| 7 | RRECOMMENDS:${PN} = "${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc ${PN}-common" | 7 | RRECOMMENDS:${PN} = "${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc ${PN}-common" |
| 8 | 8 | ||
| 9 | PACKAGECONFIG:class-native = "" | 9 | PACKAGECONFIG:class-native = "" |
| 10 | BBCLASSEXTEND = "native nativesdk" | 10 | BBCLASSEXTEND = "native nativesdk" |
| 11 | 11 | ||
| 12 | ALTERNATIVE:${PN}:append = " xxd" | 12 | PACKAGES =+ "${PN}-xxd" |
| 13 | FILES:${PN}-xxd = "${bindir}/xxd" | ||
| 14 | RPROVIDES:${PN}-xxd = "xxd" | ||
| 15 | |||
| 16 | ALTERNATIVE:${PN}-xxd = "xxd" | ||
| 13 | ALTERNATIVE_TARGET[xxd] = "${bindir}/xxd" | 17 | ALTERNATIVE_TARGET[xxd] = "${bindir}/xxd" |
| 14 | ALTERNATIVE_LINK_NAME[xxd] = "${bindir}/xxd" | 18 | ALTERNATIVE_LINK_NAME[xxd] = "${bindir}/xxd" |
| 15 | 19 | ||
