diff options
author | Dan McGregor <dan.mcgregor@usask.ca> | 2018-10-18 09:46:27 -0600 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-10-18 14:19:37 -0700 |
commit | 897c10b7c17c138a85bdeb36cf72e7201daf0e0e (patch) | |
tree | df868f36aed0fe5a7c128c53c4e75d971f65ed6d | |
parent | a5591f7aee24a4ad792d7dd0dea0f7252a68c7a8 (diff) | |
download | meta-openembedded-897c10b7c17c138a85bdeb36cf72e7201daf0e0e.tar.gz |
vim: alternatify xxd
toybox also provides xxd.
Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/vim/vim_8.1.0347.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/vim/vim_8.1.0347.bb b/meta-oe/recipes-support/vim/vim_8.1.0347.bb index 8713d66ed4..46d229e03b 100644 --- a/meta-oe/recipes-support/vim/vim_8.1.0347.bb +++ b/meta-oe/recipes-support/vim/vim_8.1.0347.bb | |||
@@ -106,10 +106,12 @@ RDEPENDS_${BPN} = "ncurses-terminfo-base" | |||
106 | # Recommend that runtime data is installed along with vim | 106 | # Recommend that runtime data is installed along with vim |
107 | RRECOMMENDS_${BPN} = "${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc ${PN}-common" | 107 | RRECOMMENDS_${BPN} = "${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc ${PN}-common" |
108 | 108 | ||
109 | ALTERNATIVE_${PN} = "vi vim" | 109 | ALTERNATIVE_${PN} = "vi vim xxd" |
110 | ALTERNATIVE_PRIORITY = "100" | ||
110 | ALTERNATIVE_TARGET = "${bindir}/${BPN}.${BPN}" | 111 | ALTERNATIVE_TARGET = "${bindir}/${BPN}.${BPN}" |
111 | ALTERNATIVE_LINK_NAME[vi] = "${base_bindir}/vi" | 112 | ALTERNATIVE_LINK_NAME[vi] = "${base_bindir}/vi" |
112 | ALTERNATIVE_LINK_NAME[vim] = "${bindir}/vim" | 113 | ALTERNATIVE_LINK_NAME[vim] = "${bindir}/vim" |
113 | ALTERNATIVE_PRIORITY = "100" | 114 | ALTERNATIVE_TARGET[xxd] = "${bindir}/xxd" |
115 | ALTERNATIVE_LINK_NAME[xxd] = "${bindir}/xxd" | ||
114 | 116 | ||
115 | BBCLASSEXTEND = "native" | 117 | BBCLASSEXTEND = "native" |