mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
vim: Clarify where RDEPENDS/RRECOMMENDS apply
The tricky of using BPN in a common inc file is rather hard to understand. Simplfy this by moving it to the base vim recipe and use the standard variable form. (From OE-Core rev: cffa5930d86a464aceb4764eec510a2b8f5c44a1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -140,10 +140,6 @@ FILES:${PN}-common = " \
|
|||||||
${datadir}/icons \
|
${datadir}/icons \
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPENDS:${BPN} = "ncurses-terminfo-base"
|
|
||||||
# Recommend that runtime data is installed along with vim
|
|
||||||
RRECOMMENDS:${BPN} = "${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc ${PN}-common"
|
|
||||||
|
|
||||||
ALTERNATIVE:${PN} = "vi vim"
|
ALTERNATIVE:${PN} = "vi vim"
|
||||||
ALTERNATIVE_PRIORITY = "100"
|
ALTERNATIVE_PRIORITY = "100"
|
||||||
ALTERNATIVE_TARGET = "${bindir}/${BPN}.${BPN}"
|
ALTERNATIVE_TARGET = "${bindir}/${BPN}.${BPN}"
|
||||||
|
|||||||
@@ -2,6 +2,10 @@ require vim.inc
|
|||||||
|
|
||||||
PROVIDES = "xxd"
|
PROVIDES = "xxd"
|
||||||
|
|
||||||
|
RDEPENDS:${PN} = "ncurses-terminfo-base"
|
||||||
|
# Recommend that runtime data is installed along with vim
|
||||||
|
RRECOMMENDS:${PN} = "${PN}-syntax ${PN}-help ${PN}-tutor ${PN}-vimrc ${PN}-common"
|
||||||
|
|
||||||
PACKAGECONFIG:class-native = ""
|
PACKAGECONFIG:class-native = ""
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user