mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 17:39:24 +00:00
vim, vim-tiny: Make vim provide xxd without vim-tiny doing it too
There is no xxd in vim-tiny, so there is no reason to provide vim-tiny-xxd. Besides, it is typically "xxd-native" that one wants to be able to depend on, not "vim-native-xxd" (then the old dependency on vim-native already did the trick). Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
19aeaf028f
commit
d561c5cb6b
@@ -2,6 +2,8 @@ require vim_${PV}.bb
|
|||||||
|
|
||||||
SUMMARY += " (with tiny features)"
|
SUMMARY += " (with tiny features)"
|
||||||
|
|
||||||
|
PROVIDES_remove = "xxd"
|
||||||
|
|
||||||
PACKAGECONFIG += "tiny"
|
PACKAGECONFIG += "tiny"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
SUMMARY = "Vi IMproved - enhanced vi editor"
|
SUMMARY = "Vi IMproved - enhanced vi editor"
|
||||||
SECTION = "console/utils"
|
SECTION = "console/utils"
|
||||||
|
|
||||||
|
PROVIDES = "xxd"
|
||||||
DEPENDS = "ncurses gettext-native"
|
DEPENDS = "ncurses gettext-native"
|
||||||
# vimdiff doesn't like busybox diff
|
# vimdiff doesn't like busybox diff
|
||||||
RSUGGESTS_${PN} = "diffutils"
|
RSUGGESTS_${PN} = "diffutils"
|
||||||
@@ -111,5 +113,3 @@ ALTERNATIVE_LINK_NAME[vim] = "${bindir}/vim"
|
|||||||
ALTERNATIVE_PRIORITY = "100"
|
ALTERNATIVE_PRIORITY = "100"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|
||||||
PROVIDES += "${PN}-xxd"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user