diff options
-rw-r--r-- | meta-oe/recipes-support/vim/vim-tiny_8.1.0172.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/vim/vim_8.1.0172.bb | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/vim/vim-tiny_8.1.0172.bb b/meta-oe/recipes-support/vim/vim-tiny_8.1.0172.bb index 84ad659e06..23f6aec49a 100644 --- a/meta-oe/recipes-support/vim/vim-tiny_8.1.0172.bb +++ b/meta-oe/recipes-support/vim/vim-tiny_8.1.0172.bb | |||
@@ -2,6 +2,8 @@ require vim_${PV}.bb | |||
2 | 2 | ||
3 | SUMMARY += " (with tiny features)" | 3 | SUMMARY += " (with tiny features)" |
4 | 4 | ||
5 | PROVIDES_remove = "xxd" | ||
6 | |||
5 | PACKAGECONFIG += "tiny" | 7 | PACKAGECONFIG += "tiny" |
6 | 8 | ||
7 | do_install() { | 9 | do_install() { |
diff --git a/meta-oe/recipes-support/vim/vim_8.1.0172.bb b/meta-oe/recipes-support/vim/vim_8.1.0172.bb index fd2afbc5ae..371fe35eec 100644 --- a/meta-oe/recipes-support/vim/vim_8.1.0172.bb +++ b/meta-oe/recipes-support/vim/vim_8.1.0172.bb | |||
@@ -1,5 +1,7 @@ | |||
1 | SUMMARY = "Vi IMproved - enhanced vi editor" | 1 | SUMMARY = "Vi IMproved - enhanced vi editor" |
2 | SECTION = "console/utils" | 2 | SECTION = "console/utils" |
3 | |||
4 | PROVIDES = "xxd" | ||
3 | DEPENDS = "ncurses gettext-native" | 5 | DEPENDS = "ncurses gettext-native" |
4 | # vimdiff doesn't like busybox diff | 6 | # vimdiff doesn't like busybox diff |
5 | RSUGGESTS_${PN} = "diffutils" | 7 | RSUGGESTS_${PN} = "diffutils" |
@@ -111,5 +113,3 @@ ALTERNATIVE_LINK_NAME[vim] = "${bindir}/vim" | |||
111 | ALTERNATIVE_PRIORITY = "100" | 113 | ALTERNATIVE_PRIORITY = "100" |
112 | 114 | ||
113 | BBCLASSEXTEND = "native" | 115 | BBCLASSEXTEND = "native" |
114 | |||
115 | PROVIDES += "${PN}-xxd" | ||