From 103b9f442bb2b9cd1994a75a5d9bfbbdd9b2f1f3 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 2 Aug 2021 16:37:03 +0100 Subject: 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 --- meta/recipes-support/vim/vim.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta/recipes-support/vim/vim.inc') diff --git a/meta/recipes-support/vim/vim.inc b/meta/recipes-support/vim/vim.inc index 9e4117466e..17d1c24a7c 100644 --- a/meta/recipes-support/vim/vim.inc +++ b/meta/recipes-support/vim/vim.inc @@ -140,10 +140,6 @@ FILES:${PN}-common = " \ ${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_PRIORITY = "100" ALTERNATIVE_TARGET = "${bindir}/${BPN}.${BPN}" -- cgit v1.2.3-54-g00ecf